Html Css Color HEX #CE8706 Dark Goldenrod

📋 copy color: '#CE8706'

red 206 ◦ green 135 ◦ blue 6

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

Shades of Dark Goldenrod #CE8706

Tints of Dark Goldenrod #CE8706

RGB

 RED value IS 206 (80.86% from 255) = 59.37%

 GREEN value IS 135 (53.13% from 255) = 38.9%

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

R = 59.37%
G = 38.9%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE8706 (or 0xCE8706) is known color: Dark Goldenrod. HEX triplet: CE, 87 and 06. RGB value is (206,135,6). Sum of RGB (Red+Green+Blue) = 206+135+6=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8706 is #3178F9. Grayscale: #8E8E8E. Windows color (decimal): -3242234 or 427982. OLE color: 427982.

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

Color convert

RGB 206 135 6 -
CMYK 0 0.34 0.97 0.19
HSL 38.7º 0.94% 0.42% -
HSV(B) 38.7º 0.97% 0.81% -
XYZ 34.15 30.46 4.25 -
YUV 141.52 51.52 173.99 -
System Red Green Blue C M Y K H S L
Decimal 206 135 6 0 0.34 0.97 0.19 38.7 0.94 0.42
Hex CE 87 6 0 22 61 13 27 5E 2A
Octal 316 207 6 0 42 141 23 47 136 52
Binary 11001110 10000111 110 0 100010 1100001 10011 100111 1011110 101010

Color Harmonies of #CE8706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8706

Black with #CE8706

Text Example


Text Example

White with #CE8706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8706; }

 p { color: rgb(206,135,6); }

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

background-color css

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

 a { background-color: rgb(206,135,6); }

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

border-color css

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

 span { border-color: rgb(206,135,6); }

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