Html Css Color HEX #D7A202 Gamboge

📋 copy color: '#D7A202'

red 215 ◦ green 162 ◦ blue 2

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

Shades of Gamboge #D7A202

Tints of Gamboge #D7A202

RGB

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

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

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

R = 56.73%
G = 42.74%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D7A202 (or 0xD7A202) is known color: Gamboge. HEX triplet: D7, A2 and 02. RGB value is (215,162,2). Sum of RGB (Red+Green+Blue) = 215+162+2=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A202 is #285DFD. Grayscale: #A0A0A0. Windows color (decimal): -2645502 or 172759. OLE color: 172759.

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

Color convert

RGB 215 162 2 -
CMYK 0 0.25 0.99 0.16
HSL 45.07º 0.98% 0.43% -
HSV(B) 45.07º 0.99% 0.84% -
XYZ 40.96 40.29 5.68 -
YUV 159.61 39.06 167.51 -
System Red Green Blue C M Y K H S L
Decimal 215 162 2 0 0.25 0.99 0.16 45.07 0.98 0.43
Hex D7 A2 2 0 19 63 10 2D 62 2B
Octal 327 242 2 0 31 143 20 55 142 53
Binary 11010111 10100010 10 0 11001 1100011 10000 101101 1100010 101011

Color Harmonies of #D7A202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A202

Black with #D7A202

Text Example


Text Example

White with #D7A202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A202; }

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

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

background-color css

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

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

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

border-color css

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

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

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