Html Css Color HEX #CE8510 Dark Goldenrod

📋 copy color: '#CE8510'

red 206 ◦ green 133 ◦ blue 16

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

Shades of Dark Goldenrod #CE8510

Tints of Dark Goldenrod #CE8510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

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

R = 58.03%
G = 37.46%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE8510 (or 0xCE8510) is known color: Dark Goldenrod. HEX triplet: CE, 85 and 10. RGB value is (206,133,16). Sum of RGB (Red+Green+Blue) = 206+133+16=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8510 is #317AEF. Grayscale: #8E8E8E. Windows color (decimal): -3242736 or 1082830. OLE color: 1082830.

HSL color Cylindrical-coordinate representation of color #CE8510: hue angle of 36.95º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE8510 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 16 -
CMYK 0 0.35 0.92 0.19
HSL 36.95º 0.86% 0.44% -
HSV(B) 36.95º 0.92% 0.81% -
XYZ 33.93 29.93 4.48 -
YUV 141.49 57.18 174.01 -
System Red Green Blue C M Y K H S L
Decimal 206 133 16 0 0.35 0.92 0.19 36.95 0.86 0.44
Hex CE 85 10 0 23 5C 13 25 56 2C
Octal 316 205 20 0 43 134 23 45 126 54
Binary 11001110 10000101 10000 0 100011 1011100 10011 100101 1010110 101100

Color Harmonies of #CE8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8510

Black with #CE8510

Text Example


Text Example

White with #CE8510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8510; }

 p { color: rgb(206,133,16); }

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

background-color css

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

 a { background-color: rgb(206,133,16); }

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

border-color css

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

 span { border-color: rgb(206,133,16); }

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