Html Css Color HEX #CE8015 Ochre

📋 copy color: '#CE8015'

red 206 ◦ green 128 ◦ blue 21

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

Shades of Ochre #CE8015

Tints of Ochre #CE8015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

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

R = 58.03%
G = 36.06%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8015 (or 0xCE8015) is known color: Ochre. HEX triplet: CE, 80 and 15. RGB value is (206,128,21). Sum of RGB (Red+Green+Blue) = 206+128+21=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8015 is #317FEA. Grayscale: #8B8B8B. Windows color (decimal): -3244011 or 1409230. OLE color: 1409230.

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

Color convert

RGB 206 128 21 -
CMYK 0 0.38 0.90 0.19
HSL 34.7º 0.81% 0.45% -
HSV(B) 34.7º 0.9% 0.81% -
XYZ 33.31 28.61 4.48 -
YUV 139.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 206 128 21 0 0.38 0.90 0.19 34.7 0.81 0.45
Hex CE 80 15 0 26 5A 13 23 51 2D
Octal 316 200 25 0 46 132 23 43 121 55
Binary 11001110 10000000 10101 0 100110 1011010 10011 100011 1010001 101101

Color Harmonies of #CE8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8015

Black with #CE8015

Text Example


Text Example

White with #CE8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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