Html Css Color HEX #D7A610 Gamboge

📋 copy color: '#D7A610'

red 215 ◦ green 166 ◦ blue 16

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

Shades of Gamboge #D7A610

Tints of Gamboge #D7A610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.03%

R = 54.16%
G = 41.81%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7A610 (or 0xD7A610) is known color: Gamboge. HEX triplet: D7, A6 and 10. RGB value is (215,166,16). Sum of RGB (Red+Green+Blue) = 215+166+16=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A610 is #2859EF. Grayscale: #A4A4A4. Windows color (decimal): -2644464 or 1091287. OLE color: 1091287.

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

Color convert

RGB 215 166 16 -
CMYK 0 0.23 0.93 0.16
HSL 45.23º 0.86% 0.45% -
HSV(B) 45.23º 0.93% 0.84% -
XYZ 41.75 41.76 6.35 -
YUV 163.55 44.73 164.7 -
System Red Green Blue C M Y K H S L
Decimal 215 166 16 0 0.23 0.93 0.16 45.23 0.86 0.45
Hex D7 A6 10 0 17 5D 10 2D 56 2D
Octal 327 246 20 0 27 135 20 55 126 55
Binary 11010111 10100110 10000 0 10111 1011101 10000 101101 1010110 101101

Color Harmonies of #D7A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A610

Black with #D7A610

Text Example


Text Example

White with #D7A610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A610; }

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

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

background-color css

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

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

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

border-color css

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

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

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