Html Css Color HEX #CE8219 Ochre

📋 copy color: '#CE8219'

red 206 ◦ green 130 ◦ blue 25

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

Shades of Ochre #CE8219

Tints of Ochre #CE8219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

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

R = 57.06%
G = 36.01%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE8219 (or 0xCE8219) is known color: Ochre. HEX triplet: CE, 82 and 19. RGB value is (206,130,25). Sum of RGB (Red+Green+Blue) = 206+130+25=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8219 is #317DE6. Grayscale: #8D8D8D. Windows color (decimal): -3243495 or 1671886. OLE color: 1671886.

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

Color convert

RGB 206 130 25 -
CMYK 0 0.37 0.88 0.19
HSL 34.81º 0.78% 0.45% -
HSV(B) 34.81º 0.88% 0.81% -
XYZ 33.61 29.16 4.78 -
YUV 140.75 62.68 174.54 -
System Red Green Blue C M Y K H S L
Decimal 206 130 25 0 0.37 0.88 0.19 34.81 0.78 0.45
Hex CE 82 19 0 25 58 13 23 4E 2D
Octal 316 202 31 0 45 130 23 43 116 55
Binary 11001110 10000010 11001 0 100101 1011000 10011 100011 1001110 101101

Color Harmonies of #CE8219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8219

Black with #CE8219

Text Example


Text Example

White with #CE8219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8219; }

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

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

background-color css

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

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

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

border-color css

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

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

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