Html Css Color HEX #CE8520 Ochre

📋 copy color: '#CE8520'

red 206 ◦ green 133 ◦ blue 32

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

Shades of Ochre #CE8520

Tints of Ochre #CE8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 55.53%
G = 35.85%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE8520 (or 0xCE8520) is known color: Ochre. HEX triplet: CE, 85 and 20. RGB value is (206,133,32). Sum of RGB (Red+Green+Blue) = 206+133+32=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8520 is #317ADF. Grayscale: #8F8F8F. Windows color (decimal): -3242720 or 2131406. OLE color: 2131406.

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

Color convert

RGB 206 133 32 -
CMYK 0 0.35 0.84 0.19
HSL 34.83º 0.73% 0.47% -
HSV(B) 34.83º 0.84% 0.81% -
XYZ 34.1 30 5.36 -
YUV 143.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 206 133 32 0 0.35 0.84 0.19 34.83 0.73 0.47
Hex CE 85 20 0 23 54 13 23 49 2F
Octal 316 205 40 0 43 124 23 43 111 57
Binary 11001110 10000101 100000 0 100011 1010100 10011 100011 1001001 101111

Color Harmonies of #CE8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8520

Black with #CE8520

Text Example


Text Example

White with #CE8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8520; }

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

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

background-color css

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

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

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

border-color css

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

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

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