Html Css Color HEX #D7A908 Gamboge

📋 copy color: '#D7A908'

red 215 ◦ green 169 ◦ blue 8

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

Shades of Gamboge #D7A908

Tints of Gamboge #D7A908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.04%

R = 54.85%
G = 43.11%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D7A908 (or 0xD7A908) is known color: Gamboge. HEX triplet: D7, A9 and 08. RGB value is (215,169,8). Sum of RGB (Red+Green+Blue) = 215+169+8=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A908 is #2856F7. Grayscale: #A5A5A5. Windows color (decimal): -2643704 or 567767. OLE color: 567767.

HSL color Cylindrical-coordinate representation of color #D7A908: hue angle of 46.67º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7A908 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 169 8 -
CMYK 0 0.21 0.96 0.16
HSL 46.67º 0.93% 0.44% -
HSV(B) 46.67º 0.96% 0.84% -
XYZ 42.26 42.84 6.27 -
YUV 164.4 39.74 164.09 -
System Red Green Blue C M Y K H S L
Decimal 215 169 8 0 0.21 0.96 0.16 46.67 0.93 0.44
Hex D7 A9 8 0 15 60 10 2F 5D 2C
Octal 327 251 10 0 25 140 20 57 135 54
Binary 11010111 10101001 1000 0 10101 1100000 10000 101111 1011101 101100

Color Harmonies of #D7A908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A908

Black with #D7A908

Text Example


Text Example

White with #D7A908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A908; }

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

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

background-color css

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

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

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

border-color css

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

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

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