Html Css Color HEX #CE8114 Ochre

📋 copy color: '#CE8114'

red 206 ◦ green 129 ◦ blue 20

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

Shades of Ochre #CE8114

Tints of Ochre #CE8114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.63%

R = 58.03%
G = 36.34%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8114 (or 0xCE8114) is known color: Ochre. HEX triplet: CE, 81 and 14. RGB value is (206,129,20). Sum of RGB (Red+Green+Blue) = 206+129+20=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8114 is #317EEB. Grayscale: #8C8C8C. Windows color (decimal): -3243756 or 1343950. OLE color: 1343950.

HSL color Cylindrical-coordinate representation of color #CE8114: hue angle of 35.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE8114 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 129 20 -
CMYK 0 0.37 0.90 0.19
HSL 35.16º 0.82% 0.44% -
HSV(B) 35.16º 0.9% 0.81% -
XYZ 33.43 28.87 4.47 -
YUV 139.6 60.51 175.36 -
System Red Green Blue C M Y K H S L
Decimal 206 129 20 0 0.37 0.90 0.19 35.16 0.82 0.44
Hex CE 81 14 0 25 5A 13 23 52 2C
Octal 316 201 24 0 45 132 23 43 122 54
Binary 11001110 10000001 10100 0 100101 1011010 10011 100011 1010010 101100

Color Harmonies of #CE8114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8114

Black with #CE8114

Text Example


Text Example

White with #CE8114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8114; }

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

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

background-color css

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

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

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

border-color css

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

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

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