Html Css Color HEX #DCAB0B Gamboge

📋 copy color: '#DCAB0B'

red 220 ◦ green 171 ◦ blue 11

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

Shades of Gamboge #DCAB0B

Tints of Gamboge #DCAB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 54.73%
G = 42.54%
B = 2.74%

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

#DCAB0B (or 0xDCAB0B) is known color: Gamboge. HEX triplet: DC, AB and 0B. RGB value is (220,171,11). Sum of RGB (Red+Green+Blue) = 220+171+11=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB0B is #2354F4. Grayscale: #A8A8A8. Windows color (decimal): -2315509 or 764892. OLE color: 764892.

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

Color convert

RGB 220 171 11 -
CMYK 0 0.22 0.95 0.14
HSL 45.93º 0.9% 0.45% -
HSV(B) 45.93º 0.95% 0.86% -
XYZ 44.14 44.37 6.55 -
YUV 167.41 39.73 165.51 -
System Red Green Blue C M Y K H S L
Decimal 220 171 11 0 0.22 0.95 0.14 45.93 0.9 0.45
Hex DC AB B 0 16 5F E 2E 5A 2D
Octal 334 253 13 0 26 137 16 56 132 55
Binary 11011100 10101011 1011 0 10110 1011111 1110 101110 1011010 101101

Color Harmonies of #DCAB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB0B

Black with #DCAB0B

Text Example


Text Example

White with #DCAB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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