Html Css Color HEX #D8A002 Gamboge

📋 copy color: '#D8A002'

red 216 ◦ green 160 ◦ blue 2

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

Shades of Gamboge #D8A002

Tints of Gamboge #D8A002

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.33%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 57.14%
G = 42.33%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D8A002 (or 0xD8A002) is known color: Gamboge. HEX triplet: D8, A0 and 02. RGB value is (216,160,2). Sum of RGB (Red+Green+Blue) = 216+160+2=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A002 is #275FFD. Grayscale: #9F9F9F. Windows color (decimal): -2580478 or 172248. OLE color: 172248.

HSL color Cylindrical-coordinate representation of color #D8A002: hue angle of 44.3º degrees, saturation: 0.98, 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 #D8A002 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 160 2 -
CMYK 0 0.26 0.99 0.15
HSL 44.3º 0.98% 0.43% -
HSV(B) 44.3º 0.99% 0.85% -
XYZ 40.9 39.74 5.57 -
YUV 158.73 39.55 168.85 -
System Red Green Blue C M Y K H S L
Decimal 216 160 2 0 0.26 0.99 0.15 44.3 0.98 0.43
Hex D8 A0 2 0 1A 63 F 2C 62 2B
Octal 330 240 2 0 32 143 17 54 142 53
Binary 11011000 10100000 10 0 11010 1100011 1111 101100 1100010 101011

Color Harmonies of #D8A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A002

Black with #D8A002

Text Example


Text Example

White with #D8A002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A002; }

 p { color: rgb(216,160,2); }

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

background-color css

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

 a { background-color: rgb(216,160,2); }

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

border-color css

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

 span { border-color: rgb(216,160,2); }

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