Html Css Color HEX #DCAE04 Gamboge

📋 copy color: '#DCAE04'

red 220 ◦ green 174 ◦ blue 4

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

Shades of Gamboge #DCAE04

Tints of Gamboge #DCAE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 55.28%
G = 43.72%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCAE04 (or 0xDCAE04) is known color: Gamboge. HEX triplet: DC, AE and 04. RGB value is (220,174,4). Sum of RGB (Red+Green+Blue) = 220+174+4=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE04 is #2351FB. Grayscale: #A9A9A9. Windows color (decimal): -2314748 or 306908. OLE color: 306908.

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

Color convert

RGB 220 174 4 -
CMYK 0 0.21 0.98 0.14
HSL 47.22º 0.96% 0.44% -
HSV(B) 47.22º 0.98% 0.86% -
XYZ 44.67 45.5 6.54 -
YUV 168.37 35.24 164.82 -
System Red Green Blue C M Y K H S L
Decimal 220 174 4 0 0.21 0.98 0.14 47.22 0.96 0.44
Hex DC AE 4 0 15 62 E 2F 60 2C
Octal 334 256 4 0 25 142 16 57 140 54
Binary 11011100 10101110 100 0 10101 1100010 1110 101111 1100000 101100

Color Harmonies of #DCAE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE04

Black with #DCAE04

Text Example


Text Example

White with #DCAE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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