Html Css Color HEX #D0A706 Gamboge

📋 copy color: '#D0A706'

red 208 ◦ green 167 ◦ blue 6

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

Shades of Gamboge #D0A706

Tints of Gamboge #D0A706

RGB

 RED value IS 208 (81.64% from 255) = 54.59%

 GREEN value IS 167 (65.63% from 255) = 43.83%

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 54.59%
G = 43.83%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D0A706 (or 0xD0A706) is known color: Gamboge. HEX triplet: D0, A7 and 06. RGB value is (208,167,6). Sum of RGB (Red+Green+Blue) = 208+167+6=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A706 is #2F58F9. Grayscale: #A1A1A1. Windows color (decimal): -3102970 or 436176. OLE color: 436176.

HSL color Cylindrical-coordinate representation of color #D0A706: hue angle of 47.82º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0A706 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 167 6 -
CMYK 0 0.20 0.97 0.18
HSL 47.82º 0.94% 0.42% -
HSV(B) 47.82º 0.97% 0.82% -
XYZ 39.86 41.06 6 -
YUV 160.91 40.58 161.59 -
System Red Green Blue C M Y K H S L
Decimal 208 167 6 0 0.20 0.97 0.18 47.82 0.94 0.42
Hex D0 A7 6 0 14 61 12 30 5E 2A
Octal 320 247 6 0 24 141 22 60 136 52
Binary 11010000 10100111 110 0 10100 1100001 10010 110000 1011110 101010

Color Harmonies of #D0A706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A706

Black with #D0A706

Text Example


Text Example

White with #D0A706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A706; }

 p { color: rgb(208,167,6); }

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

background-color css

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

 a { background-color: rgb(208,167,6); }

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

border-color css

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

 span { border-color: rgb(208,167,6); }

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