Html Css Color HEX #D7A900 Gamboge

📋 copy color: '#D7A900'

red 215 ◦ green 169 ◦ blue 0

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

Shades of Gamboge #D7A900

Tints of Gamboge #D7A900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.01%

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

R = 55.99%
G = 44.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D7A900 (or 0xD7A900) is known color: Gamboge. HEX triplet: D7, A9 and 00. RGB value is (215,169,0). Sum of RGB (Red+Green+Blue) = 215+169+0=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A900 is #2856FF. Grayscale: #A4A4A4. Windows color (decimal): -2643712 or 43479. OLE color: 43479.

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

Color convert

RGB 215 169 0 -
CMYK 0 0.21 1 0.16
HSL 47.16º 1% 0.42% -
HSV(B) 47.16º 1% 0.84% -
XYZ 42.21 42.82 6.04 -
YUV 163.49 35.74 164.74 -
System Red Green Blue C M Y K H S L
Decimal 215 169 0 0 0.21 1 0.16 47.16 1 0.42
Hex D7 A9 0 0 15 64 10 2F 64 2A
Octal 327 251 0 0 25 144 20 57 144 52
Binary 11010111 10101001 0 0 10101 1100100 10000 101111 1100100 101010

Color Harmonies of #D7A900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A900

Black with #D7A900

Text Example


Text Example

White with #D7A900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A900; }

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

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

background-color css

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

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

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

border-color css

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

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

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