Html Css Color HEX #D3AB08 Gamboge

📋 copy color: '#D3AB08'

red 211 ◦ green 171 ◦ blue 8

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

Shades of Gamboge #D3AB08

Tints of Gamboge #D3AB08

RGB

 RED value IS 211 (82.81% from 255) = 54.1%

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

 BLUE value IS 8 (3.52% from 255) = 2.05%

R = 54.1%
G = 43.85%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D3AB08 (or 0xD3AB08) is known color: Gamboge. HEX triplet: D3, AB and 08. RGB value is (211,171,8). Sum of RGB (Red+Green+Blue) = 211+171+8=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AB08 is #2C54F7. Grayscale: #A5A5A5. Windows color (decimal): -2905336 or 568275. OLE color: 568275.

HSL color Cylindrical-coordinate representation of color #D3AB08: hue angle of 48.18º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3AB08 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 171 8 -
CMYK 0 0.19 0.96 0.17
HSL 48.18º 0.93% 0.43% -
HSV(B) 48.18º 0.96% 0.83% -
XYZ 41.47 42.99 6.34 -
YUV 164.38 39.75 161.25 -
System Red Green Blue C M Y K H S L
Decimal 211 171 8 0 0.19 0.96 0.17 48.18 0.93 0.43
Hex D3 AB 8 0 13 60 11 30 5D 2B
Octal 323 253 10 0 23 140 21 60 135 53
Binary 11010011 10101011 1000 0 10011 1100000 10001 110000 1011101 101011

Color Harmonies of #D3AB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AB08

Black with #D3AB08

Text Example


Text Example

White with #D3AB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AB08; }

 p { color: rgb(211,171,8); }

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

background-color css

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

 a { background-color: rgb(211,171,8); }

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

border-color css

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

 span { border-color: rgb(211,171,8); }

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