Html Css Color HEX #CE8515 Ochre

📋 copy color: '#CE8515'

red 206 ◦ green 133 ◦ blue 21

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

Shades of Ochre #CE8515

Tints of Ochre #CE8515

RGB

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

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

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

R = 57.22%
G = 36.94%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8515 (or 0xCE8515) is known color: Ochre. HEX triplet: CE, 85 and 15. RGB value is (206,133,21). Sum of RGB (Red+Green+Blue) = 206+133+21=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8515 is #317AEA. Grayscale: #8E8E8E. Windows color (decimal): -3242731 or 1410510. OLE color: 1410510.

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

Color convert

RGB 206 133 21 -
CMYK 0 0.35 0.90 0.19
HSL 36.32º 0.81% 0.45% -
HSV(B) 36.32º 0.9% 0.81% -
XYZ 33.98 29.95 4.7 -
YUV 142.06 59.68 173.61 -
System Red Green Blue C M Y K H S L
Decimal 206 133 21 0 0.35 0.90 0.19 36.32 0.81 0.45
Hex CE 85 15 0 23 5A 13 24 51 2D
Octal 316 205 25 0 43 132 23 44 121 55
Binary 11001110 10000101 10101 0 100011 1011010 10011 100100 1010001 101101

Color Harmonies of #CE8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8515

Black with #CE8515

Text Example


Text Example

White with #CE8515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8515; }

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

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

background-color css

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

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

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

border-color css

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

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

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