Html Css Color HEX #D8AB03 Gamboge

📋 copy color: '#D8AB03'

red 216 ◦ green 171 ◦ blue 3

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

Shades of Gamboge #D8AB03

Tints of Gamboge #D8AB03

RGB

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

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

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

R = 55.38%
G = 43.85%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D8AB03 (or 0xD8AB03) is known color: Gamboge. HEX triplet: D8, AB and 03. RGB value is (216,171,3). Sum of RGB (Red+Green+Blue) = 216+171+3=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AB03 is #2754FC. Grayscale: #A6A6A6. Windows color (decimal): -2577661 or 240600. OLE color: 240600.

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

Color convert

RGB 216 171 3 -
CMYK 0 0.21 0.99 0.15
HSL 47.32º 0.97% 0.43% -
HSV(B) 47.32º 0.99% 0.85% -
XYZ 42.9 43.73 6.27 -
YUV 165.3 36.41 164.16 -
System Red Green Blue C M Y K H S L
Decimal 216 171 3 0 0.21 0.99 0.15 47.32 0.97 0.43
Hex D8 AB 3 0 15 63 F 2F 61 2B
Octal 330 253 3 0 25 143 17 57 141 53
Binary 11011000 10101011 11 0 10101 1100011 1111 101111 1100001 101011

Color Harmonies of #D8AB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB03

Black with #D8AB03

Text Example


Text Example

White with #D8AB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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