#ddc65c

Color #DDC65C Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #DDC65C

Tints of Tacha #DDC65C

Color information

#DDC65C (or 0xDDC65C) is unknown color: approx Tacha. HEX triplet: DD, C6 and 5C. RGB value is (221,198,92). Sum of RGB (Red+Green+Blue) = 221+198+92=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC65C is #2239A3. Grayscale: #C1C1C1. Windows color (decimal): -2242980 or 6080221. OLE color: 6080221.

HSL color Cylindrical-coordinate representation of color #DDC65C: hue angle of 49.3º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDC65C is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22119892-
CMYK00.100.580.13
HSL49.3º65.48%61.37%-
HSV(B)49.3º58.37%86.67%-
XYZ51.9456.5318.3-
YUV192.7971.12148.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 198 (77.73% from 255) = 38.75%
BLUE value IS 92 (36.33% from 255) = 18.00%
R=43.25%
G=38.75%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211989200.100.580.1349.365.4861.37
HexDDC65C0A3AD31413d
Octal33530613401272156110175
Binary110111011100011010111000101011101011011100011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddc65c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddc65c; }

 p { color: rgb(221,198,92); }

 H1.HeaderClassName
 {
   color: #ddc65c;
 }
 .AnyTagClassName
 {
   color: #ddc65c;
 }
</style>
background-color css

<style>
 a { background-color: #ddc65c; }

 a { background-color: rgb(221,198,92); }

 div.DivClassName
 {
   background-color: #ddc65c;
 }
 .BgClassName
 {
   background-color: #ddc65c;
 }
</style>
border-color css

<style>
 span { border-color: #ddc65c; }

 span { border-color: rgb(221,198,92); }

 td.TdClassName
 {
   border-color: #ddc65c;
 }
 .TagClassName
 {
   border-color: #ddc65c;
 }
</style>