Html Css Color HEX #CE8121 Ochre

📋 copy color: '#CE8121'

red 206 ◦ green 129 ◦ blue 33

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

Shades of Ochre #CE8121

Tints of Ochre #CE8121

RGB

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

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

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

R = 55.98%
G = 35.05%
B = 8.97%

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

#CE8121 (or 0xCE8121) is known color: Ochre. HEX triplet: CE, 81 and 21. RGB value is (206,129,33). Sum of RGB (Red+Green+Blue) = 206+129+33=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8121 is #317EDE. Grayscale: #8D8D8D. Windows color (decimal): -3243743 or 2195918. OLE color: 2195918.

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

Color convert

RGB 206 129 33 -
CMYK 0 0.37 0.84 0.19
HSL 33.29º 0.72% 0.47% -
HSV(B) 33.29º 0.84% 0.81% -
XYZ 33.58 28.93 5.25 -
YUV 141.08 67.01 174.31 -
System Red Green Blue C M Y K H S L
Decimal 206 129 33 0 0.37 0.84 0.19 33.29 0.72 0.47
Hex CE 81 21 0 25 54 13 21 48 2F
Octal 316 201 41 0 45 124 23 41 110 57
Binary 11001110 10000001 100001 0 100101 1010100 10011 100001 1001000 101111

Color Harmonies of #CE8121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8121

Black with #CE8121

Text Example


Text Example

White with #CE8121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8121; }

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

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

background-color css

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

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

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

border-color css

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

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

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