Html Css Color HEX #D5AB06 Gamboge

📋 copy color: '#D5AB06'

red 213 ◦ green 171 ◦ blue 6

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

Shades of Gamboge #D5AB06

Tints of Gamboge #D5AB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 54.62%
G = 43.85%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D5AB06 (or 0xD5AB06) is known color: Gamboge. HEX triplet: D5, AB and 06. RGB value is (213,171,6). Sum of RGB (Red+Green+Blue) = 213+171+6=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AB06 is #2A54F9. Grayscale: #A5A5A5. Windows color (decimal): -2774266 or 437205. OLE color: 437205.

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

Color convert

RGB 213 171 6 -
CMYK 0 0.20 0.97 0.16
HSL 47.83º 0.95% 0.43% -
HSV(B) 47.83º 0.97% 0.84% -
XYZ 42.04 43.29 6.31 -
YUV 164.75 38.41 162.42 -
System Red Green Blue C M Y K H S L
Decimal 213 171 6 0 0.20 0.97 0.16 47.83 0.95 0.43
Hex D5 AB 6 0 14 61 10 30 5F 2B
Octal 325 253 6 0 24 141 20 60 137 53
Binary 11010101 10101011 110 0 10100 1100001 10000 110000 1011111 101011

Color Harmonies of #D5AB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB06

Black with #D5AB06

Text Example


Text Example

White with #D5AB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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