Html Css Color HEX #CE8421 Ochre

📋 copy color: '#CE8421'

red 206 ◦ green 132 ◦ blue 33

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

Shades of Ochre #CE8421

Tints of Ochre #CE8421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

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

R = 55.53%
G = 35.58%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE8421 (or 0xCE8421) is known color: Ochre. HEX triplet: CE, 84 and 21. RGB value is (206,132,33). Sum of RGB (Red+Green+Blue) = 206+132+33=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8421 is #317BDE. Grayscale: #8F8F8F. Windows color (decimal): -3242975 or 2196686. OLE color: 2196686.

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

Color convert

RGB 206 132 33 -
CMYK 0 0.36 0.84 0.19
HSL 34.34º 0.72% 0.47% -
HSV(B) 34.34º 0.84% 0.81% -
XYZ 33.98 29.73 5.39 -
YUV 142.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 206 132 33 0 0.36 0.84 0.19 34.34 0.72 0.47
Hex CE 84 21 0 24 54 13 22 48 2F
Octal 316 204 41 0 44 124 23 42 110 57
Binary 11001110 10000100 100001 0 100100 1010100 10011 100010 1001000 101111

Color Harmonies of #CE8421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8421

Black with #CE8421

Text Example


Text Example

White with #CE8421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8421; }

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

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

background-color css

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

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

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

border-color css

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

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

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