Html Css Color HEX #CE8815 Ochre

📋 copy color: '#CE8815'

red 206 ◦ green 136 ◦ blue 21

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

Shades of Ochre #CE8815

Tints of Ochre #CE8815

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

 BLUE value IS 21 (8.59% from 255) = 5.79%

R = 56.75%
G = 37.47%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8815 (or 0xCE8815) is known color: Ochre. HEX triplet: CE, 88 and 15. RGB value is (206,136,21). Sum of RGB (Red+Green+Blue) = 206+136+21=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8815 is #3177EA. Grayscale: #909090. Windows color (decimal): -3241963 or 1411278. OLE color: 1411278.

HSL color Cylindrical-coordinate representation of color #CE8815: hue angle of 37.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE8815 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 136 21 -
CMYK 0 0.34 0.90 0.19
HSL 37.3º 0.81% 0.45% -
HSV(B) 37.3º 0.9% 0.81% -
XYZ 34.39 30.78 4.84 -
YUV 143.82 58.69 172.35 -
System Red Green Blue C M Y K H S L
Decimal 206 136 21 0 0.34 0.90 0.19 37.3 0.81 0.45
Hex CE 88 15 0 22 5A 13 25 51 2D
Octal 316 210 25 0 42 132 23 45 121 55
Binary 11001110 10001000 10101 0 100010 1011010 10011 100101 1010001 101101

Color Harmonies of #CE8815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8815

Black with #CE8815

Text Example


Text Example

White with #CE8815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8815; }

 p { color: rgb(206,136,21); }

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

background-color css

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

 a { background-color: rgb(206,136,21); }

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

border-color css

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

 span { border-color: rgb(206,136,21); }

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