Html Css Color HEX #D9AB01 Gamboge

📋 copy color: '#D9AB01'

red 217 ◦ green 171 ◦ blue 1

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

Shades of Gamboge #D9AB01

Tints of Gamboge #D9AB01

RGB

 RED value IS 217 (85.16% from 255) = 55.78%

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

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

R = 55.78%
G = 43.96%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D9AB01 (or 0xD9AB01) is known color: Gamboge. HEX triplet: D9, AB and 01. RGB value is (217,171,1). Sum of RGB (Red+Green+Blue) = 217+171+1=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AB01 is #2654FE. Grayscale: #A6A6A6. Windows color (decimal): -2512127 or 109529. OLE color: 109529.

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

Color convert

RGB 217 171 1 -
CMYK 0 0.21 1.00 0.15
HSL 47.22º 0.99% 0.43% -
HSV(B) 47.22º 1% 0.85% -
XYZ 43.18 43.88 6.22 -
YUV 165.37 35.24 164.82 -
System Red Green Blue C M Y K H S L
Decimal 217 171 1 0 0.21 1.00 0.15 47.22 0.99 0.43
Hex D9 AB 1 0 15 64 F 2F 63 2B
Octal 331 253 1 0 25 144 17 57 143 53
Binary 11011001 10101011 1 0 10101 1100100 1111 101111 1100011 101011

Color Harmonies of #D9AB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB01

Black with #D9AB01

Text Example


Text Example

White with #D9AB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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