Html Css Color HEX #D8A207 Gamboge

📋 copy color: '#D8A207'

red 216 ◦ green 162 ◦ blue 7

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

Shades of Gamboge #D8A207

Tints of Gamboge #D8A207

RGB

 RED value IS 216 (84.77% from 255) = 56.1%

 GREEN value IS 162 (63.67% from 255) = 42.08%

 BLUE value IS 7 (3.13% from 255) = 1.82%

R = 56.1%
G = 42.08%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D8A207 (or 0xD8A207) is known color: Gamboge. HEX triplet: D8, A2 and 07. RGB value is (216,162,7). Sum of RGB (Red+Green+Blue) = 216+162+7=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A207 is #275DF8. Grayscale: #A1A1A1. Windows color (decimal): -2579961 or 500440. OLE color: 500440.

HSL color Cylindrical-coordinate representation of color #D8A207: hue angle of 44.5º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8A207 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 162 7 -
CMYK 0 0.25 0.97 0.15
HSL 44.5º 0.94% 0.44% -
HSV(B) 44.5º 0.97% 0.85% -
XYZ 41.28 40.45 5.83 -
YUV 160.48 41.39 167.6 -
System Red Green Blue C M Y K H S L
Decimal 216 162 7 0 0.25 0.97 0.15 44.5 0.94 0.44
Hex D8 A2 7 0 19 61 F 2C 5E 2C
Octal 330 242 7 0 31 141 17 54 136 54
Binary 11011000 10100010 111 0 11001 1100001 1111 101100 1011110 101100

Color Harmonies of #D8A207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A207

Black with #D8A207

Text Example


Text Example

White with #D8A207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A207; }

 p { color: rgb(216,162,7); }

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

background-color css

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

 a { background-color: rgb(216,162,7); }

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

border-color css

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

 span { border-color: rgb(216,162,7); }

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