Html Css Color HEX #CE850F Dark Goldenrod

📋 copy color: '#CE850F'

red 206 ◦ green 133 ◦ blue 15

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

Shades of Dark Goldenrod #CE850F

Tints of Dark Goldenrod #CE850F

RGB

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

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

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

R = 58.19%
G = 37.57%
B = 4.24%

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

#CE850F (or 0xCE850F) is known color: Dark Goldenrod. HEX triplet: CE, 85 and 0F. RGB value is (206,133,15). Sum of RGB (Red+Green+Blue) = 206+133+15=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE850F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE850F is #317AF0. Grayscale: #8D8D8D. Windows color (decimal): -3242737 or 1017294. OLE color: 1017294.

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

Color convert

RGB 206 133 15 -
CMYK 0 0.35 0.93 0.19
HSL 37.07º 0.86% 0.43% -
HSV(B) 37.07º 0.93% 0.81% -
XYZ 33.93 29.93 4.44 -
YUV 141.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 206 133 15 0 0.35 0.93 0.19 37.07 0.86 0.43
Hex CE 85 F 0 23 5D 13 25 56 2B
Octal 316 205 17 0 43 135 23 45 126 53
Binary 11001110 10000101 1111 0 100011 1011101 10011 100101 1010110 101011

Color Harmonies of #CE850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE850F

Black with #CE850F

Text Example


Text Example

White with #CE850F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE850F; }

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

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

background-color css

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

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

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

border-color css

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

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

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