Html Css Color HEX #CE8513 Ochre

📋 copy color: '#CE8513'

red 206 ◦ green 133 ◦ blue 19

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

Shades of Ochre #CE8513

Tints of Ochre #CE8513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 57.54%
G = 37.15%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE8513 (or 0xCE8513) is known color: Ochre. HEX triplet: CE, 85 and 13. RGB value is (206,133,19). Sum of RGB (Red+Green+Blue) = 206+133+19=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8513 is #317AEC. Grayscale: #8E8E8E. Windows color (decimal): -3242733 or 1279438. OLE color: 1279438.

HSL color Cylindrical-coordinate representation of color #CE8513: hue angle of 36.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE8513 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 19 -
CMYK 0 0.35 0.91 0.19
HSL 36.58º 0.83% 0.44% -
HSV(B) 36.58º 0.91% 0.81% -
XYZ 33.96 29.94 4.61 -
YUV 141.83 58.68 173.77 -
System Red Green Blue C M Y K H S L
Decimal 206 133 19 0 0.35 0.91 0.19 36.58 0.83 0.44
Hex CE 85 13 0 23 5B 13 25 53 2C
Octal 316 205 23 0 43 133 23 45 123 54
Binary 11001110 10000101 10011 0 100011 1011011 10011 100101 1010011 101100

Color Harmonies of #CE8513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8513

Black with #CE8513

Text Example


Text Example

White with #CE8513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8513; }

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

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

background-color css

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

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

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

border-color css

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

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

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