Html Css Color HEX #D7A608 Gamboge

📋 copy color: '#D7A608'

red 215 ◦ green 166 ◦ blue 8

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

Shades of Gamboge #D7A608

Tints of Gamboge #D7A608

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.67%

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

R = 55.27%
G = 42.67%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D7A608 (or 0xD7A608) is known color: Gamboge. HEX triplet: D7, A6 and 08. RGB value is (215,166,8). Sum of RGB (Red+Green+Blue) = 215+166+8=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A608 is #2859F7. Grayscale: #A3A3A3. Windows color (decimal): -2644472 or 566999. OLE color: 566999.

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

Color convert

RGB 215 166 8 -
CMYK 0 0.23 0.96 0.16
HSL 45.8º 0.93% 0.44% -
HSV(B) 45.8º 0.96% 0.84% -
XYZ 41.7 41.74 6.09 -
YUV 162.64 40.73 165.35 -
System Red Green Blue C M Y K H S L
Decimal 215 166 8 0 0.23 0.96 0.16 45.8 0.93 0.44
Hex D7 A6 8 0 17 60 10 2E 5D 2C
Octal 327 246 10 0 27 140 20 56 135 54
Binary 11010111 10100110 1000 0 10111 1100000 10000 101110 1011101 101100

Color Harmonies of #D7A608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A608

Black with #D7A608

Text Example


Text Example

White with #D7A608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A608; }

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

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

background-color css

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

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

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

border-color css

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

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

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