Html Css Color HEX #CE8610 Dark Goldenrod

📋 copy color: '#CE8610'

red 206 ◦ green 134 ◦ blue 16

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

Shades of Dark Goldenrod #CE8610

Tints of Dark Goldenrod #CE8610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.64%

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

R = 57.87%
G = 37.64%
B = 4.49%

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

#CE8610 (or 0xCE8610) is known color: Dark Goldenrod. HEX triplet: CE, 86 and 10. RGB value is (206,134,16). Sum of RGB (Red+Green+Blue) = 206+134+16=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8610 is #3179EF. Grayscale: #8E8E8E. Windows color (decimal): -3242480 or 1083086. OLE color: 1083086.

HSL color Cylindrical-coordinate representation of color #CE8610: hue angle of 37.26º 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 #CE8610 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 16 -
CMYK 0 0.35 0.92 0.19
HSL 37.26º 0.86% 0.44% -
HSV(B) 37.26º 0.92% 0.81% -
XYZ 34.07 30.21 4.53 -
YUV 142.08 56.85 173.59 -
System Red Green Blue C M Y K H S L
Decimal 206 134 16 0 0.35 0.92 0.19 37.26 0.86 0.44
Hex CE 86 10 0 23 5C 13 25 56 2C
Octal 316 206 20 0 43 134 23 45 126 54
Binary 11001110 10000110 10000 0 100011 1011100 10011 100101 1010110 101100

Color Harmonies of #CE8610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8610

Black with #CE8610

Text Example


Text Example

White with #CE8610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8610; }

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

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

background-color css

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

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

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

border-color css

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

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

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