Html Css Color HEX #CE7221 Ochre

📋 copy color: '#CE7221'

red 206 ◦ green 114 ◦ blue 33

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

Shades of Ochre #CE7221

Tints of Ochre #CE7221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.29%

 BLUE value IS 33 (13.28% from 255) = 9.35%

R = 58.36%
G = 32.29%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE7221 (or 0xCE7221) is known color: Ochre. HEX triplet: CE, 72 and 21. RGB value is (206,114,33). Sum of RGB (Red+Green+Blue) = 206+114+33=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7221 is #318DDE. Grayscale: #848484. Windows color (decimal): -3247583 or 2192078. OLE color: 2192078.

HSL color Cylindrical-coordinate representation of color #CE7221: hue angle of 28.09º degrees, saturation: 0.72, 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 #CE7221 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 114 33 -
CMYK 0 0.45 0.84 0.19
HSL 28.09º 0.72% 0.47% -
HSV(B) 28.09º 0.84% 0.81% -
XYZ 31.75 25.27 4.64 -
YUV 132.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 206 114 33 0 0.45 0.84 0.19 28.09 0.72 0.47
Hex CE 72 21 0 2D 54 13 1C 48 2F
Octal 316 162 41 0 55 124 23 34 110 57
Binary 11001110 1110010 100001 0 101101 1010100 10011 11100 1001000 101111

Color Harmonies of #CE7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7221

Black with #CE7221

Text Example


Text Example

White with #CE7221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7221; }

 p { color: rgb(206,114,33); }

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

background-color css

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

 a { background-color: rgb(206,114,33); }

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

border-color css

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

 span { border-color: rgb(206,114,33); }

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