Html Css Color HEX #CE8819 Ochre

📋 copy color: '#CE8819'

red 206 ◦ green 136 ◦ blue 25

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

Shades of Ochre #CE8819

Tints of Ochre #CE8819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.81%

R = 56.13%
G = 37.06%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE8819 (or 0xCE8819) is known color: Ochre. HEX triplet: CE, 88 and 19. RGB value is (206,136,25). Sum of RGB (Red+Green+Blue) = 206+136+25=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8819 is #3177E6. Grayscale: #909090. Windows color (decimal): -3241959 or 1673422. OLE color: 1673422.

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

Color convert

RGB 206 136 25 -
CMYK 0 0.34 0.88 0.19
HSL 36.8º 0.78% 0.45% -
HSV(B) 36.8º 0.88% 0.81% -
XYZ 34.43 30.8 5.05 -
YUV 144.28 60.69 172.03 -
System Red Green Blue C M Y K H S L
Decimal 206 136 25 0 0.34 0.88 0.19 36.8 0.78 0.45
Hex CE 88 19 0 22 58 13 25 4E 2D
Octal 316 210 31 0 42 130 23 45 116 55
Binary 11001110 10001000 11001 0 100010 1011000 10011 100101 1001110 101101

Color Harmonies of #CE8819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8819

Black with #CE8819

Text Example


Text Example

White with #CE8819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8819; }

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

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

background-color css

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

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

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

border-color css

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

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

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