Html Css Color HEX #CE860C Dark Goldenrod

📋 copy color: '#CE860C'

red 206 ◦ green 134 ◦ blue 12

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

Shades of Dark Goldenrod #CE860C

Tints of Dark Goldenrod #CE860C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 58.52%
G = 38.07%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE860C (or 0xCE860C) is known color: Dark Goldenrod. HEX triplet: CE, 86 and 0C. RGB value is (206,134,12). Sum of RGB (Red+Green+Blue) = 206+134+12=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE860C is #3179F3. Grayscale: #8E8E8E. Windows color (decimal): -3242484 or 820942. OLE color: 820942.

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

Color convert

RGB 206 134 12 -
CMYK 0 0.35 0.94 0.19
HSL 37.73º 0.89% 0.43% -
HSV(B) 37.73º 0.94% 0.81% -
XYZ 34.05 30.2 4.38 -
YUV 141.62 54.85 173.92 -
System Red Green Blue C M Y K H S L
Decimal 206 134 12 0 0.35 0.94 0.19 37.73 0.89 0.43
Hex CE 86 C 0 23 5E 13 26 59 2B
Octal 316 206 14 0 43 136 23 46 131 53
Binary 11001110 10000110 1100 0 100011 1011110 10011 100110 1011001 101011

Color Harmonies of #CE860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE860C

Black with #CE860C

Text Example


Text Example

White with #CE860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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