Html Css Color HEX #CE8322 Ochre

📋 copy color: '#CE8322'

red 206 ◦ green 131 ◦ blue 34

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

Shades of Ochre #CE8322

Tints of Ochre #CE8322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.16%

R = 55.53%
G = 35.31%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE8322 (or 0xCE8322) is known color: Ochre. HEX triplet: CE, 83 and 22. RGB value is (206,131,34). Sum of RGB (Red+Green+Blue) = 206+131+34=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8322 is #317CDD. Grayscale: #8E8E8E. Windows color (decimal): -3243230 or 2261966. OLE color: 2261966.

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

Color convert

RGB 206 131 34 -
CMYK 0 0.36 0.83 0.19
HSL 33.84º 0.72% 0.47% -
HSV(B) 33.84º 0.83% 0.81% -
XYZ 33.86 29.47 5.42 -
YUV 142.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 206 131 34 0 0.36 0.83 0.19 33.84 0.72 0.47
Hex CE 83 22 0 24 53 13 22 48 2F
Octal 316 203 42 0 44 123 23 42 110 57
Binary 11001110 10000011 100010 0 100100 1010011 10011 100010 1001000 101111

Color Harmonies of #CE8322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8322

Black with #CE8322

Text Example


Text Example

White with #CE8322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8322; }

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

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

background-color css

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

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

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

border-color css

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

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

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