Html Css Color HEX #D7AA02 Gamboge

📋 copy color: '#D7AA02'

red 215 ◦ green 170 ◦ blue 2

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

Shades of Gamboge #D7AA02

Tints of Gamboge #D7AA02

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.93%

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

R = 55.56%
G = 43.93%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D7AA02 (or 0xD7AA02) is known color: Gamboge. HEX triplet: D7, AA and 02. RGB value is (215,170,2). Sum of RGB (Red+Green+Blue) = 215+170+2=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AA02 is #2855FD. Grayscale: #A5A5A5. Windows color (decimal): -2643454 or 174807. OLE color: 174807.

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

Color convert

RGB 215 170 2 -
CMYK 0 0.21 0.99 0.16
HSL 47.32º 0.98% 0.43% -
HSV(B) 47.32º 0.99% 0.84% -
XYZ 42.41 43.2 6.16 -
YUV 164.3 36.41 164.16 -
System Red Green Blue C M Y K H S L
Decimal 215 170 2 0 0.21 0.99 0.16 47.32 0.98 0.43
Hex D7 AA 2 0 15 63 10 2F 62 2B
Octal 327 252 2 0 25 143 20 57 142 53
Binary 11010111 10101010 10 0 10101 1100011 10000 101111 1100010 101011

Color Harmonies of #D7AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AA02

Black with #D7AA02

Text Example


Text Example

White with #D7AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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