Html Css Color HEX #DCAB0C Gamboge

📋 copy color: '#DCAB0C'

red 220 ◦ green 171 ◦ blue 12

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

Shades of Gamboge #DCAB0C

Tints of Gamboge #DCAB0C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.43%

 BLUE value IS 12 (5.08% from 255) = 2.98%

R = 54.59%
G = 42.43%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCAB0C (or 0xDCAB0C) is known color: Gamboge. HEX triplet: DC, AB and 0C. RGB value is (220,171,12). Sum of RGB (Red+Green+Blue) = 220+171+12=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB0C is #2354F3. Grayscale: #A8A8A8. Windows color (decimal): -2315508 or 830428. OLE color: 830428.

HSL color Cylindrical-coordinate representation of color #DCAB0C: hue angle of 45.87º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCAB0C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 12 -
CMYK 0 0.22 0.95 0.14
HSL 45.87º 0.9% 0.45% -
HSV(B) 45.87º 0.95% 0.86% -
XYZ 44.14 44.37 6.59 -
YUV 167.53 40.23 165.43 -
System Red Green Blue C M Y K H S L
Decimal 220 171 12 0 0.22 0.95 0.14 45.87 0.9 0.45
Hex DC AB C 0 16 5F E 2E 5A 2D
Octal 334 253 14 0 26 137 16 56 132 55
Binary 11011100 10101011 1100 0 10110 1011111 1110 101110 1011010 101101

Color Harmonies of #DCAB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB0C

Black with #DCAB0C

Text Example


Text Example

White with #DCAB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB0C; }

 p { color: rgb(220,171,12); }

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

background-color css

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

 a { background-color: rgb(220,171,12); }

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

border-color css

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

 span { border-color: rgb(220,171,12); }

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