Html Css Color HEX #D5AB03 Gamboge

📋 copy color: '#D5AB03'

red 213 ◦ green 171 ◦ blue 3

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

Shades of Gamboge #D5AB03

Tints of Gamboge #D5AB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 55.04%
G = 44.19%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D5AB03 (or 0xD5AB03) is known color: Gamboge. HEX triplet: D5, AB and 03. RGB value is (213,171,3). Sum of RGB (Red+Green+Blue) = 213+171+3=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AB03 is #2A54FC. Grayscale: #A5A5A5. Windows color (decimal): -2774269 or 240597. OLE color: 240597.

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

Color convert

RGB 213 171 3 -
CMYK 0 0.20 0.99 0.16
HSL 48º 0.97% 0.42% -
HSV(B) 48º 0.99% 0.84% -
XYZ 42.02 43.28 6.23 -
YUV 164.41 36.91 162.66 -
System Red Green Blue C M Y K H S L
Decimal 213 171 3 0 0.20 0.99 0.16 48 0.97 0.42
Hex D5 AB 3 0 14 63 10 30 61 2A
Octal 325 253 3 0 24 143 20 60 141 52
Binary 11010101 10101011 11 0 10100 1100011 10000 110000 1100001 101010

Color Harmonies of #D5AB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB03

Black with #D5AB03

Text Example


Text Example

White with #D5AB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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