Html Css Color HEX #DCAB00 Gamboge

📋 copy color: '#DCAB00'

red 220 ◦ green 171 ◦ blue 0

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

Shades of Gamboge #DCAB00

Tints of Gamboge #DCAB00

RGB

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

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

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

R = 56.27%
G = 43.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCAB00 (or 0xDCAB00) is known color: Gamboge. HEX triplet: DC, AB and 00. RGB value is (220,171,0). Sum of RGB (Red+Green+Blue) = 220+171+0=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB00 is #2354FF. Grayscale: #A6A6A6. Windows color (decimal): -2315520 or 43996. OLE color: 43996.

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

Color convert

RGB 220 171 0 -
CMYK 0 0.22 1 0.14
HSL 46.64º 1% 0.43% -
HSV(B) 46.64º 1% 0.86% -
XYZ 44.08 44.34 6.24 -
YUV 166.16 34.23 166.4 -
System Red Green Blue C M Y K H S L
Decimal 220 171 0 0 0.22 1 0.14 46.64 1 0.43
Hex DC AB 0 0 16 64 E 2F 64 2B
Octal 334 253 0 0 26 144 16 57 144 53
Binary 11011100 10101011 0 0 10110 1100100 1110 101111 1100100 101011

Color Harmonies of #DCAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB00

Black with #DCAB00

Text Example


Text Example

White with #DCAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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