Html Css Color HEX #D7A400 Gamboge

📋 copy color: '#D7A400'

red 215 ◦ green 164 ◦ blue 0

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

Shades of Gamboge #D7A400

Tints of Gamboge #D7A400

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.27%

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

R = 56.73%
G = 43.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D7A400 (or 0xD7A400) is known color: Gamboge. HEX triplet: D7, A4 and 00. RGB value is (215,164,0). Sum of RGB (Red+Green+Blue) = 215+164+0=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A400 is #285BFF. Grayscale: #A1A1A1. Windows color (decimal): -2644992 or 42199. OLE color: 42199.

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

Color convert

RGB 215 164 0 -
CMYK 0 0.24 1 0.16
HSL 45.77º 1% 0.42% -
HSV(B) 45.77º 1% 0.84% -
XYZ 41.3 41 5.74 -
YUV 160.55 37.4 166.84 -
System Red Green Blue C M Y K H S L
Decimal 215 164 0 0 0.24 1 0.16 45.77 1 0.42
Hex D7 A4 0 0 18 64 10 2E 64 2A
Octal 327 244 0 0 30 144 20 56 144 52
Binary 11010111 10100100 0 0 11000 1100100 10000 101110 1100100 101010

Color Harmonies of #D7A400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A400

Black with #D7A400

Text Example


Text Example

White with #D7A400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A400; }

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

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

background-color css

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

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

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

border-color css

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

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

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