Html Css Color HEX #CE8716 Ochre

📋 copy color: '#CE8716'

red 206 ◦ green 135 ◦ blue 22

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

Shades of Ochre #CE8716

Tints of Ochre #CE8716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.19%

 BLUE value IS 22 (8.98% from 255) = 6.06%

R = 56.75%
G = 37.19%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE8716 (or 0xCE8716) is known color: Ochre. HEX triplet: CE, 87 and 16. RGB value is (206,135,22). Sum of RGB (Red+Green+Blue) = 206+135+22=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8716 is #3178E9. Grayscale: #8F8F8F. Windows color (decimal): -3242218 or 1476558. OLE color: 1476558.

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

Color convert

RGB 206 135 22 -
CMYK 0 0.34 0.89 0.19
HSL 36.85º 0.81% 0.45% -
HSV(B) 36.85º 0.89% 0.81% -
XYZ 34.26 30.51 4.84 -
YUV 143.35 59.52 172.69 -
System Red Green Blue C M Y K H S L
Decimal 206 135 22 0 0.34 0.89 0.19 36.85 0.81 0.45
Hex CE 87 16 0 22 59 13 25 51 2D
Octal 316 207 26 0 42 131 23 45 121 55
Binary 11001110 10000111 10110 0 100010 1011001 10011 100101 1010001 101101

Color Harmonies of #CE8716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8716

Black with #CE8716

Text Example


Text Example

White with #CE8716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8716; }

 p { color: rgb(206,135,22); }

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

background-color css

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

 a { background-color: rgb(206,135,22); }

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

border-color css

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

 span { border-color: rgb(206,135,22); }

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