Html Css Color HEX #DCAB01 Gamboge

📋 copy color: '#DCAB01'

red 220 ◦ green 171 ◦ blue 1

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

Shades of Gamboge #DCAB01

Tints of Gamboge #DCAB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 56.12%
G = 43.62%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCAB01 (or 0xDCAB01) is known color: Gamboge. HEX triplet: DC, AB and 01. RGB value is (220,171,1). Sum of RGB (Red+Green+Blue) = 220+171+1=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB01 is #2354FE. Grayscale: #A7A7A7. Windows color (decimal): -2315519 or 109532. OLE color: 109532.

HSL color Cylindrical-coordinate representation of color #DCAB01: hue angle of 46.58º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCAB01 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 1 -
CMYK 0 0.22 1.00 0.14
HSL 46.58º 0.99% 0.43% -
HSV(B) 46.58º 1% 0.86% -
XYZ 44.08 44.34 6.26 -
YUV 166.27 34.73 166.32 -
System Red Green Blue C M Y K H S L
Decimal 220 171 1 0 0.22 1.00 0.14 46.58 0.99 0.43
Hex DC AB 1 0 16 64 E 2F 63 2B
Octal 334 253 1 0 26 144 16 57 143 53
Binary 11011100 10101011 1 0 10110 1100100 1110 101111 1100011 101011

Color Harmonies of #DCAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB01

Black with #DCAB01

Text Example


Text Example

White with #DCAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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