Html Css Color HEX #DCAE08 Gamboge

📋 copy color: '#DCAE08'

red 220 ◦ green 174 ◦ blue 8

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

Shades of Gamboge #DCAE08

Tints of Gamboge #DCAE08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.99%

R = 54.73%
G = 43.28%
B = 1.99%

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

#DCAE08 (or 0xDCAE08) is known color: Gamboge. HEX triplet: DC, AE and 08. RGB value is (220,174,8). Sum of RGB (Red+Green+Blue) = 220+174+8=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE08 is #2351F7. Grayscale: #A9A9A9. Windows color (decimal): -2314744 or 569052. OLE color: 569052.

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

Color convert

RGB 220 174 8 -
CMYK 0 0.21 0.96 0.14
HSL 46.98º 0.93% 0.45% -
HSV(B) 46.98º 0.96% 0.86% -
XYZ 44.7 45.51 6.66 -
YUV 168.83 37.24 164.5 -
System Red Green Blue C M Y K H S L
Decimal 220 174 8 0 0.21 0.96 0.14 46.98 0.93 0.45
Hex DC AE 8 0 15 60 E 2F 5D 2D
Octal 334 256 10 0 25 140 16 57 135 55
Binary 11011100 10101110 1000 0 10101 1100000 1110 101111 1011101 101101

Color Harmonies of #DCAE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE08

Black with #DCAE08

Text Example


Text Example

White with #DCAE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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