Html Css Color HEX #DCAD09 Gamboge

📋 copy color: '#DCAD09'

red 220 ◦ green 173 ◦ blue 9

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

Shades of Gamboge #DCAD09

Tints of Gamboge #DCAD09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.24%

R = 54.73%
G = 43.03%
B = 2.24%

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

#DCAD09 (or 0xDCAD09) is known color: Gamboge. HEX triplet: DC, AD and 09. RGB value is (220,173,9). Sum of RGB (Red+Green+Blue) = 220+173+9=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 9 (3.91% from 255 or 2.24% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAD09 is #2352F6. Grayscale: #A9A9A9. Windows color (decimal): -2314999 or 634332. OLE color: 634332.

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

Color convert

RGB 220 173 9 -
CMYK 0 0.21 0.96 0.14
HSL 46.64º 0.92% 0.45% -
HSV(B) 46.64º 0.96% 0.86% -
XYZ 44.51 45.12 6.62 -
YUV 168.36 38.07 164.84 -
System Red Green Blue C M Y K H S L
Decimal 220 173 9 0 0.21 0.96 0.14 46.64 0.92 0.45
Hex DC AD 9 0 15 60 E 2F 5C 2D
Octal 334 255 11 0 25 140 16 57 134 55
Binary 11011100 10101101 1001 0 10101 1100000 1110 101111 1011100 101101

Color Harmonies of #DCAD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD09

Black with #DCAD09

Text Example


Text Example

White with #DCAD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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