Html Css Color HEX #DCAD00 Gamboge

📋 copy color: '#DCAD00'

red 220 ◦ green 173 ◦ blue 0

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

Shades of Gamboge #DCAD00

Tints of Gamboge #DCAD00

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.98%
G = 44.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCAD00 (or 0xDCAD00) is known color: Gamboge. HEX triplet: DC, AD and 00. RGB value is (220,173,0). Sum of RGB (Red+Green+Blue) = 220+173+0=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAD00 is #2352FF. Grayscale: #A8A8A8. Windows color (decimal): -2315008 or 44508. OLE color: 44508.

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

Color convert

RGB 220 173 0 -
CMYK 0 0.21 1 0.14
HSL 47.18º 1% 0.43% -
HSV(B) 47.18º 1% 0.86% -
XYZ 44.46 45.1 6.36 -
YUV 167.33 33.57 165.57 -
System Red Green Blue C M Y K H S L
Decimal 220 173 0 0 0.21 1 0.14 47.18 1 0.43
Hex DC AD 0 0 15 64 E 2F 64 2B
Octal 334 255 0 0 25 144 16 57 144 53
Binary 11011100 10101101 0 0 10101 1100100 1110 101111 1100100 101011

Color Harmonies of #DCAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD00

Black with #DCAD00

Text Example


Text Example

White with #DCAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD00; }

 p { color: rgb(220,173,0); }

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

background-color css

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

 a { background-color: rgb(220,173,0); }

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

border-color css

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

 span { border-color: rgb(220,173,0); }

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