Html Css Color HEX #DCAE05 Gamboge

📋 copy color: '#DCAE05'

red 220 ◦ green 174 ◦ blue 5

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

Shades of Gamboge #DCAE05

Tints of Gamboge #DCAE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 55.14%
G = 43.61%
B = 1.25%

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

#DCAE05 (or 0xDCAE05) is known color: Gamboge. HEX triplet: DC, AE and 05. RGB value is (220,174,5). Sum of RGB (Red+Green+Blue) = 220+174+5=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE05 is #2351FA. Grayscale: #A9A9A9. Windows color (decimal): -2314747 or 372444. OLE color: 372444.

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

Color convert

RGB 220 174 5 -
CMYK 0 0.21 0.98 0.14
HSL 47.16º 0.96% 0.44% -
HSV(B) 47.16º 0.98% 0.86% -
XYZ 44.68 45.5 6.57 -
YUV 168.49 35.74 164.74 -
System Red Green Blue C M Y K H S L
Decimal 220 174 5 0 0.21 0.98 0.14 47.16 0.96 0.44
Hex DC AE 5 0 15 62 E 2F 60 2C
Octal 334 256 5 0 25 142 16 57 140 54
Binary 11011100 10101110 101 0 10101 1100010 1110 101111 1100000 101100

Color Harmonies of #DCAE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE05

Black with #DCAE05

Text Example


Text Example

White with #DCAE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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