Html Css Color HEX #D5AB0A Gamboge

📋 copy color: '#D5AB0A'

red 213 ◦ green 171 ◦ blue 10

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

Shades of Gamboge #D5AB0A

Tints of Gamboge #D5AB0A

RGB

 RED value IS 213 (83.59% from 255) = 54.06%

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

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

R = 54.06%
G = 43.4%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5AB0A (or 0xD5AB0A) is known color: Gamboge. HEX triplet: D5, AB and 0A. RGB value is (213,171,10). Sum of RGB (Red+Green+Blue) = 213+171+10=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AB0A is #2A54F5. Grayscale: #A5A5A5. Windows color (decimal): -2774262 or 699349. OLE color: 699349.

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

Color convert

RGB 213 171 10 -
CMYK 0 0.20 0.95 0.16
HSL 47.59º 0.91% 0.44% -
HSV(B) 47.59º 0.95% 0.84% -
XYZ 42.06 43.29 6.43 -
YUV 165.2 40.41 162.09 -
System Red Green Blue C M Y K H S L
Decimal 213 171 10 0 0.20 0.95 0.16 47.59 0.91 0.44
Hex D5 AB A 0 14 5F 10 30 5B 2C
Octal 325 253 12 0 24 137 20 60 133 54
Binary 11010101 10101011 1010 0 10100 1011111 10000 110000 1011011 101100

Color Harmonies of #D5AB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB0A

Black with #D5AB0A

Text Example


Text Example

White with #D5AB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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