Html Css Color HEX #CE860F Dark Goldenrod

📋 copy color: '#CE860F'

red 206 ◦ green 134 ◦ blue 15

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

Shades of Dark Goldenrod #CE860F

Tints of Dark Goldenrod #CE860F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.23%

R = 58.03%
G = 37.75%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE860F (or 0xCE860F) is known color: Dark Goldenrod. HEX triplet: CE, 86 and 0F. RGB value is (206,134,15). Sum of RGB (Red+Green+Blue) = 206+134+15=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE860F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE860F is #3179F0. Grayscale: #8E8E8E. Windows color (decimal): -3242481 or 1017550. OLE color: 1017550.

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

Color convert

RGB 206 134 15 -
CMYK 0 0.35 0.93 0.19
HSL 37.38º 0.86% 0.43% -
HSV(B) 37.38º 0.93% 0.81% -
XYZ 34.06 30.21 4.49 -
YUV 141.96 56.35 173.68 -
System Red Green Blue C M Y K H S L
Decimal 206 134 15 0 0.35 0.93 0.19 37.38 0.86 0.43
Hex CE 86 F 0 23 5D 13 25 56 2B
Octal 316 206 17 0 43 135 23 45 126 53
Binary 11001110 10000110 1111 0 100011 1011101 10011 100101 1010110 101011

Color Harmonies of #CE860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE860F

Black with #CE860F

Text Example


Text Example

White with #CE860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE860F; }

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

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

background-color css

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

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

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

border-color css

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

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

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