Html Css Color HEX #D9A00B Gamboge

📋 copy color: '#D9A00B'

red 217 ◦ green 160 ◦ blue 11

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

Shades of Gamboge #D9A00B

Tints of Gamboge #D9A00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.24%

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

R = 55.93%
G = 41.24%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9A00B (or 0xD9A00B) is known color: Gamboge. HEX triplet: D9, A0 and 0B. RGB value is (217,160,11). Sum of RGB (Red+Green+Blue) = 217+160+11=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A00B is #265FF4. Grayscale: #A0A0A0. Windows color (decimal): -2514933 or 762073. OLE color: 762073.

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

Color convert

RGB 217 160 11 -
CMYK 0 0.26 0.95 0.15
HSL 43.4º 0.9% 0.45% -
HSV(B) 43.4º 0.95% 0.85% -
XYZ 41.25 39.92 5.85 -
YUV 160.06 43.88 168.62 -
System Red Green Blue C M Y K H S L
Decimal 217 160 11 0 0.26 0.95 0.15 43.4 0.9 0.45
Hex D9 A0 B 0 1A 5F F 2B 5A 2D
Octal 331 240 13 0 32 137 17 53 132 55
Binary 11011001 10100000 1011 0 11010 1011111 1111 101011 1011010 101101

Color Harmonies of #D9A00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A00B

Black with #D9A00B

Text Example


Text Example

White with #D9A00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A00B; }

 p { color: rgb(217,160,11); }

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

background-color css

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

 a { background-color: rgb(217,160,11); }

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

border-color css

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

 span { border-color: rgb(217,160,11); }

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