Html Css Color HEX #CE8410 Ochre

📋 copy color: '#CE8410'

red 206 ◦ green 132 ◦ blue 16

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

Shades of Ochre #CE8410

Tints of Ochre #CE8410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

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

R = 58.19%
G = 37.29%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE8410 (or 0xCE8410) is known color: Ochre. HEX triplet: CE, 84 and 10. RGB value is (206,132,16). Sum of RGB (Red+Green+Blue) = 206+132+16=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8410 is #317BEF. Grayscale: #8D8D8D. Windows color (decimal): -3242992 or 1082574. OLE color: 1082574.

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

Color convert

RGB 206 132 16 -
CMYK 0 0.36 0.92 0.19
HSL 36.63º 0.86% 0.44% -
HSV(B) 36.63º 0.92% 0.81% -
XYZ 33.8 29.66 4.43 -
YUV 140.9 57.52 174.43 -
System Red Green Blue C M Y K H S L
Decimal 206 132 16 0 0.36 0.92 0.19 36.63 0.86 0.44
Hex CE 84 10 0 24 5C 13 25 56 2C
Octal 316 204 20 0 44 134 23 45 126 54
Binary 11001110 10000100 10000 0 100100 1011100 10011 100101 1010110 101100

Color Harmonies of #CE8410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8410

Black with #CE8410

Text Example


Text Example

White with #CE8410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8410; }

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

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

background-color css

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

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

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

border-color css

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

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

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