Html Css Color HEX #CE8220 Ochre

📋 copy color: '#CE8220'

red 206 ◦ green 130 ◦ blue 32

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

Shades of Ochre #CE8220

Tints of Ochre #CE8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 55.98%
G = 35.33%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE8220 (or 0xCE8220) is known color: Ochre. HEX triplet: CE, 82 and 20. RGB value is (206,130,32). Sum of RGB (Red+Green+Blue) = 206+130+32=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8220 is #317DDF. Grayscale: #8E8E8E. Windows color (decimal): -3243488 or 2130638. OLE color: 2130638.

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

Color convert

RGB 206 130 32 -
CMYK 0 0.37 0.84 0.19
HSL 33.79º 0.73% 0.47% -
HSV(B) 33.79º 0.84% 0.81% -
XYZ 33.7 29.19 5.22 -
YUV 141.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 206 130 32 0 0.37 0.84 0.19 33.79 0.73 0.47
Hex CE 82 20 0 25 54 13 22 49 2F
Octal 316 202 40 0 45 124 23 42 111 57
Binary 11001110 10000010 100000 0 100101 1010100 10011 100010 1001001 101111

Color Harmonies of #CE8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8220

Black with #CE8220

Text Example


Text Example

White with #CE8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8220; }

 p { color: rgb(206,130,32); }

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

background-color css

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

 a { background-color: rgb(206,130,32); }

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

border-color css

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

 span { border-color: rgb(206,130,32); }

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