Html Css Color HEX #D8A003 Gamboge

📋 copy color: '#D8A003'

red 216 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #D8A003

Tints of Gamboge #D8A003

RGB

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

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

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

R = 56.99%
G = 42.22%
B = 0.79%

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

#D8A003 (or 0xD8A003) is known color: Gamboge. HEX triplet: D8, A0 and 03. RGB value is (216,160,3). Sum of RGB (Red+Green+Blue) = 216+160+3=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A003 is #275FFC. Grayscale: #9F9F9F. Windows color (decimal): -2580477 or 237784. OLE color: 237784.

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

Color convert

RGB 216 160 3 -
CMYK 0 0.26 0.99 0.15
HSL 44.23º 0.97% 0.43% -
HSV(B) 44.23º 0.99% 0.85% -
XYZ 40.91 39.75 5.6 -
YUV 158.85 40.05 168.77 -
System Red Green Blue C M Y K H S L
Decimal 216 160 3 0 0.26 0.99 0.15 44.23 0.97 0.43
Hex D8 A0 3 0 1A 63 F 2C 61 2B
Octal 330 240 3 0 32 143 17 54 141 53
Binary 11011000 10100000 11 0 11010 1100011 1111 101100 1100001 101011

Color Harmonies of #D8A003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A003

Black with #D8A003

Text Example


Text Example

White with #D8A003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A003; }

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

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

background-color css

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

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

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

border-color css

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

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

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