Html Css Color HEX #D69706 Gamboge

📋 copy color: '#D69706'

red 214 ◦ green 151 ◦ blue 6

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

Shades of Gamboge #D69706

Tints of Gamboge #D69706

RGB

 RED value IS 214 (83.98% from 255) = 57.68%

 GREEN value IS 151 (59.38% from 255) = 40.7%

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

R = 57.68%
G = 40.7%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D69706 (or 0xD69706) is known color: Gamboge. HEX triplet: D6, 97 and 06. RGB value is (214,151,6). Sum of RGB (Red+Green+Blue) = 214+151+6=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D69706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69706 is #2968F9. Grayscale: #999999. Windows color (decimal): -2713850 or 432086. OLE color: 432086.

HSL color Cylindrical-coordinate representation of color #D69706: hue angle of 41.83º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D69706 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 6 -
CMYK 0 0.29 0.97 0.16
HSL 41.83º 0.95% 0.43% -
HSV(B) 41.83º 0.97% 0.84% -
XYZ 38.83 36.44 5.16 -
YUV 153.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 214 151 6 0 0.29 0.97 0.16 41.83 0.95 0.43
Hex D6 97 6 0 1D 61 10 2A 5F 2B
Octal 326 227 6 0 35 141 20 52 137 53
Binary 11010110 10010111 110 0 11101 1100001 10000 101010 1011111 101011

Color Harmonies of #D69706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69706

Black with #D69706

Text Example


Text Example

White with #D69706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69706; }

 p { color: rgb(214,151,6); }

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

background-color css

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

 a { background-color: rgb(214,151,6); }

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

border-color css

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

 span { border-color: rgb(214,151,6); }

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