Html Css Color HEX #D7A800 Gamboge

📋 copy color: '#D7A800'

red 215 ◦ green 168 ◦ blue 0

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

Shades of Gamboge #D7A800

Tints of Gamboge #D7A800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.86%

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

R = 56.14%
G = 43.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D7A800 (or 0xD7A800) is known color: Gamboge. HEX triplet: D7, A8 and 00. RGB value is (215,168,0). Sum of RGB (Red+Green+Blue) = 215+168+0=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A800 is #2857FF. Grayscale: #A3A3A3. Windows color (decimal): -2643968 or 43223. OLE color: 43223.

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

Color convert

RGB 215 168 0 -
CMYK 0 0.22 1 0.16
HSL 46.88º 1% 0.42% -
HSV(B) 46.88º 1% 0.84% -
XYZ 42.03 42.45 5.98 -
YUV 162.9 36.07 165.16 -
System Red Green Blue C M Y K H S L
Decimal 215 168 0 0 0.22 1 0.16 46.88 1 0.42
Hex D7 A8 0 0 16 64 10 2F 64 2A
Octal 327 250 0 0 26 144 20 57 144 52
Binary 11010111 10101000 0 0 10110 1100100 10000 101111 1100100 101010

Color Harmonies of #D7A800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A800

Black with #D7A800

Text Example


Text Example

White with #D7A800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A800; }

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

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

background-color css

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

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

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

border-color css

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

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

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