Html Css Color HEX #CE8312 Ochre

📋 copy color: '#CE8312'

red 206 ◦ green 131 ◦ blue 18

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

Shades of Ochre #CE8312

Tints of Ochre #CE8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

 BLUE value IS 18 (7.42% from 255) = 5.07%

R = 58.03%
G = 36.9%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE8312 (or 0xCE8312) is known color: Ochre. HEX triplet: CE, 83 and 12. RGB value is (206,131,18). Sum of RGB (Red+Green+Blue) = 206+131+18=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8312 is #317CED. Grayscale: #8D8D8D. Windows color (decimal): -3243246 or 1213390. OLE color: 1213390.

HSL color Cylindrical-coordinate representation of color #CE8312: hue angle of 36.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE8312 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 18 -
CMYK 0 0.36 0.91 0.19
HSL 36.06º 0.84% 0.44% -
HSV(B) 36.06º 0.91% 0.81% -
XYZ 33.68 29.4 4.47 -
YUV 140.54 58.85 174.69 -
System Red Green Blue C M Y K H S L
Decimal 206 131 18 0 0.36 0.91 0.19 36.06 0.84 0.44
Hex CE 83 12 0 24 5B 13 24 54 2C
Octal 316 203 22 0 44 133 23 44 124 54
Binary 11001110 10000011 10010 0 100100 1011011 10011 100100 1010100 101100

Color Harmonies of #CE8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8312

Black with #CE8312

Text Example


Text Example

White with #CE8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8312; }

 p { color: rgb(206,131,18); }

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

background-color css

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

 a { background-color: rgb(206,131,18); }

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

border-color css

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

 span { border-color: rgb(206,131,18); }

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