Html Css Color HEX #CE811F Ochre

📋 copy color: '#CE811F'

red 206 ◦ green 129 ◦ blue 31

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

Shades of Ochre #CE811F

Tints of Ochre #CE811F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.47%

R = 56.28%
G = 35.25%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE811F (or 0xCE811F) is known color: Ochre. HEX triplet: CE, 81 and 1F. RGB value is (206,129,31). Sum of RGB (Red+Green+Blue) = 206+129+31=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE811F is #317EE0. Grayscale: #8D8D8D. Windows color (decimal): -3243745 or 2064846. OLE color: 2064846.

HSL color Cylindrical-coordinate representation of color #CE811F: hue angle of 33.6º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE811F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 129 31 -
CMYK 0 0.37 0.85 0.19
HSL 33.6º 0.74% 0.46% -
HSV(B) 33.6º 0.85% 0.81% -
XYZ 33.55 28.92 5.11 -
YUV 140.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 206 129 31 0 0.37 0.85 0.19 33.6 0.74 0.46
Hex CE 81 1F 0 25 55 13 22 4A 2E
Octal 316 201 37 0 45 125 23 42 112 56
Binary 11001110 10000001 11111 0 100101 1010101 10011 100010 1001010 101110

Color Harmonies of #CE811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE811F

Black with #CE811F

Text Example


Text Example

White with #CE811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE811F; }

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

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

background-color css

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

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

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

border-color css

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

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

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