Html Css Color HEX #CE8705 Dark Goldenrod

📋 copy color: '#CE8705'

red 206 ◦ green 135 ◦ blue 5

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

Shades of Dark Goldenrod #CE8705

Tints of Dark Goldenrod #CE8705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 59.54%
G = 39.02%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE8705 (or 0xCE8705) is known color: Dark Goldenrod. HEX triplet: CE, 87 and 05. RGB value is (206,135,5). Sum of RGB (Red+Green+Blue) = 206+135+5=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8705 is #3178FA. Grayscale: #8E8E8E. Windows color (decimal): -3242235 or 362446. OLE color: 362446.

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

Color convert

RGB 206 135 5 -
CMYK 0 0.34 0.98 0.19
HSL 38.81º 0.95% 0.41% -
HSV(B) 38.81º 0.98% 0.81% -
XYZ 34.14 30.46 4.22 -
YUV 141.41 51.02 174.07 -
System Red Green Blue C M Y K H S L
Decimal 206 135 5 0 0.34 0.98 0.19 38.81 0.95 0.41
Hex CE 87 5 0 22 62 13 27 5F 29
Octal 316 207 5 0 42 142 23 47 137 51
Binary 11001110 10000111 101 0 100010 1100010 10011 100111 1011111 101001

Color Harmonies of #CE8705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8705

Black with #CE8705

Text Example


Text Example

White with #CE8705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8705; }

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

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

background-color css

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

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

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

border-color css

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

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

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