Html Css Color HEX #D7A200 Gamboge

📋 copy color: '#D7A200'

red 215 ◦ green 162 ◦ blue 0

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

Shades of Gamboge #D7A200

Tints of Gamboge #D7A200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.03%
G = 42.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D7A200 (or 0xD7A200) is known color: Gamboge. HEX triplet: D7, A2 and 00. RGB value is (215,162,0). Sum of RGB (Red+Green+Blue) = 215+162+0=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A200 is #285DFF. Grayscale: #A0A0A0. Windows color (decimal): -2645504 or 41687. OLE color: 41687.

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

Color convert

RGB 215 162 0 -
CMYK 0 0.25 1 0.16
HSL 45.21º 1% 0.42% -
HSV(B) 45.21º 1% 0.84% -
XYZ 40.94 40.29 5.62 -
YUV 159.38 38.06 167.67 -
System Red Green Blue C M Y K H S L
Decimal 215 162 0 0 0.25 1 0.16 45.21 1 0.42
Hex D7 A2 0 0 19 64 10 2D 64 2A
Octal 327 242 0 0 31 144 20 55 144 52
Binary 11010111 10100010 0 0 11001 1100100 10000 101101 1100100 101010

Color Harmonies of #D7A200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A200

Black with #D7A200

Text Example


Text Example

White with #D7A200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A200; }

 p { color: rgb(215,162,0); }

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

background-color css

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

 a { background-color: rgb(215,162,0); }

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

border-color css

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

 span { border-color: rgb(215,162,0); }

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