Html Css Color HEX #D8AB0A Gamboge

📋 copy color: '#D8AB0A'

red 216 ◦ green 171 ◦ blue 10

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

Shades of Gamboge #D8AB0A

Tints of Gamboge #D8AB0A

RGB

 RED value IS 216 (84.77% from 255) = 54.41%

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

 BLUE value IS 10 (4.3% from 255) = 2.52%

R = 54.41%
G = 43.07%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8AB0A (or 0xD8AB0A) is known color: Gamboge. HEX triplet: D8, AB and 0A. RGB value is (216,171,10). Sum of RGB (Red+Green+Blue) = 216+171+10=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AB0A is #2754F5. Grayscale: #A6A6A6. Windows color (decimal): -2577654 or 699352. OLE color: 699352.

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

Color convert

RGB 216 171 10 -
CMYK 0 0.21 0.95 0.15
HSL 46.89º 0.91% 0.44% -
HSV(B) 46.89º 0.95% 0.85% -
XYZ 42.94 43.75 6.47 -
YUV 166.1 39.91 163.59 -
System Red Green Blue C M Y K H S L
Decimal 216 171 10 0 0.21 0.95 0.15 46.89 0.91 0.44
Hex D8 AB A 0 15 5F F 2F 5B 2C
Octal 330 253 12 0 25 137 17 57 133 54
Binary 11011000 10101011 1010 0 10101 1011111 1111 101111 1011011 101100

Color Harmonies of #D8AB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB0A

Black with #D8AB0A

Text Example


Text Example

White with #D8AB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB0A; }

 p { color: rgb(216,171,10); }

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

background-color css

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

 a { background-color: rgb(216,171,10); }

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

border-color css

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

 span { border-color: rgb(216,171,10); }

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