Html Css Color HEX #D7A003 Gamboge

📋 copy color: '#D7A003'

red 215 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #D7A003

Tints of Gamboge #D7A003

RGB

 RED value IS 215 (84.38% from 255) = 56.88%

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

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

R = 56.88%
G = 42.33%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D7A003 (or 0xD7A003) is known color: Gamboge. HEX triplet: D7, A0 and 03. RGB value is (215,160,3). Sum of RGB (Red+Green+Blue) = 215+160+3=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A003 is #285FFC. Grayscale: #9F9F9F. Windows color (decimal): -2646013 or 237783. OLE color: 237783.

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

Color convert

RGB 215 160 3 -
CMYK 0 0.26 0.99 0.16
HSL 44.43º 0.97% 0.43% -
HSV(B) 44.43º 0.99% 0.84% -
XYZ 40.61 39.6 5.59 -
YUV 158.55 40.22 168.27 -
System Red Green Blue C M Y K H S L
Decimal 215 160 3 0 0.26 0.99 0.16 44.43 0.97 0.43
Hex D7 A0 3 0 1A 63 10 2C 61 2B
Octal 327 240 3 0 32 143 20 54 141 53
Binary 11010111 10100000 11 0 11010 1100011 10000 101100 1100001 101011

Color Harmonies of #D7A003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A003

Black with #D7A003

Text Example


Text Example

White with #D7A003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A003; }

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

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

background-color css

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

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

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

border-color css

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

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

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