Html Css Color HEX #DCAD02 Gamboge

📋 copy color: '#DCAD02'

red 220 ◦ green 173 ◦ blue 2

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

Shades of Gamboge #DCAD02

Tints of Gamboge #DCAD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 55.7%
G = 43.8%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCAD02 (or 0xDCAD02) is known color: Gamboge. HEX triplet: DC, AD and 02. RGB value is (220,173,2). Sum of RGB (Red+Green+Blue) = 220+173+2=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAD02 is #2352FD. Grayscale: #A8A8A8. Windows color (decimal): -2315006 or 175580. OLE color: 175580.

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

Color convert

RGB 220 173 2 -
CMYK 0 0.21 0.99 0.14
HSL 47.06º 0.98% 0.44% -
HSV(B) 47.06º 0.99% 0.86% -
XYZ 44.47 45.11 6.42 -
YUV 167.56 34.57 165.4 -
System Red Green Blue C M Y K H S L
Decimal 220 173 2 0 0.21 0.99 0.14 47.06 0.98 0.44
Hex DC AD 2 0 15 63 E 2F 62 2C
Octal 334 255 2 0 25 143 16 57 142 54
Binary 11011100 10101101 10 0 10101 1100011 1110 101111 1100010 101100

Color Harmonies of #DCAD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD02

Black with #DCAD02

Text Example


Text Example

White with #DCAD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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