Html Css Color HEX #CE8116 Ochre

📋 copy color: '#CE8116'

red 206 ◦ green 129 ◦ blue 22

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

Shades of Ochre #CE8116

Tints of Ochre #CE8116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.13%

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

R = 57.7%
G = 36.13%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE8116 (or 0xCE8116) is known color: Ochre. HEX triplet: CE, 81 and 16. RGB value is (206,129,22). Sum of RGB (Red+Green+Blue) = 206+129+22=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8116 is #317EE9. Grayscale: #8C8C8C. Windows color (decimal): -3243754 or 1475022. OLE color: 1475022.

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

Color convert

RGB 206 129 22 -
CMYK 0 0.37 0.89 0.19
HSL 34.89º 0.81% 0.45% -
HSV(B) 34.89º 0.89% 0.81% -
XYZ 33.45 28.88 4.57 -
YUV 139.83 61.51 175.2 -
System Red Green Blue C M Y K H S L
Decimal 206 129 22 0 0.37 0.89 0.19 34.89 0.81 0.45
Hex CE 81 16 0 25 59 13 23 51 2D
Octal 316 201 26 0 45 131 23 43 121 55
Binary 11001110 10000001 10110 0 100101 1011001 10011 100011 1010001 101101

Color Harmonies of #CE8116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8116

Black with #CE8116

Text Example


Text Example

White with #CE8116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8116; }

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

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

background-color css

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

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

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

border-color css

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

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

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