Html Css Color HEX #DCAA09 Gamboge

📋 copy color: '#DCAA09'

red 220 ◦ green 170 ◦ blue 9

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

Shades of Gamboge #DCAA09

Tints of Gamboge #DCAA09

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.61%

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

R = 55.14%
G = 42.61%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCAA09 (or 0xDCAA09) is known color: Gamboge. HEX triplet: DC, AA and 09. RGB value is (220,170,9). Sum of RGB (Red+Green+Blue) = 220+170+9=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA09 is #2355F6. Grayscale: #A7A7A7. Windows color (decimal): -2315767 or 633564. OLE color: 633564.

HSL color Cylindrical-coordinate representation of color #DCAA09: hue angle of 45.78º 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 #DCAA09 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 9 -
CMYK 0 0.23 0.96 0.14
HSL 45.78º 0.92% 0.45% -
HSV(B) 45.78º 0.96% 0.86% -
XYZ 43.94 43.98 6.43 -
YUV 166.6 39.07 166.09 -
System Red Green Blue C M Y K H S L
Decimal 220 170 9 0 0.23 0.96 0.14 45.78 0.92 0.45
Hex DC AA 9 0 17 60 E 2E 5C 2D
Octal 334 252 11 0 27 140 16 56 134 55
Binary 11011100 10101010 1001 0 10111 1100000 1110 101110 1011100 101101

Color Harmonies of #DCAA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA09

Black with #DCAA09

Text Example


Text Example

White with #DCAA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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