Html Css Color HEX #DCAE09 Gamboge

📋 copy color: '#DCAE09'

red 220 ◦ green 174 ◦ blue 9

#DCAE09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #DCAE09

Tints of Gamboge #DCAE09

RGB

 RED value IS 220 (86.33% from 255) = 54.59%

 GREEN value IS 174 (68.36% from 255) = 43.18%

 BLUE value IS 9 (3.91% from 255) = 2.23%

R = 54.59%
G = 43.18%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCAE09 (or 0xDCAE09) is known color: Gamboge. HEX triplet: DC, AE and 09. RGB value is (220,174,9). Sum of RGB (Red+Green+Blue) = 220+174+9=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE09 is #2351F6. Grayscale: #A9A9A9. Windows color (decimal): -2314743 or 634588. OLE color: 634588.

HSL color Cylindrical-coordinate representation of color #DCAE09: hue angle of 46.92º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCAE09 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 174 9 -
CMYK 0 0.21 0.96 0.14
HSL 46.92º 0.92% 0.45% -
HSV(B) 46.92º 0.96% 0.86% -
XYZ 44.7 45.51 6.69 -
YUV 168.94 37.74 164.42 -
System Red Green Blue C M Y K H S L
Decimal 220 174 9 0 0.21 0.96 0.14 46.92 0.92 0.45
Hex DC AE 9 0 15 60 E 2F 5C 2D
Octal 334 256 11 0 25 140 16 57 134 55
Binary 11011100 10101110 1001 0 10101 1100000 1110 101111 1011100 101101

Color Harmonies of #DCAE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE09

Black with #DCAE09

Text Example


Text Example

White with #DCAE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE09; }

 p { color: rgb(220,174,9); }

 H1.HeaderClassName
 {
   color: #DCAE09;
 }
 .AnyTagClassName
 {
   color: #DCAE09;
 }
</style>

background-color css

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

 a { background-color: rgb(220,174,9); }

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

border-color css

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

 span { border-color: rgb(220,174,9); }

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