Html Css Color HEX #CE8915 Ochre

📋 copy color: '#CE8915'

red 206 ◦ green 137 ◦ blue 21

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

Shades of Ochre #CE8915

Tints of Ochre #CE8915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.64%

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

R = 56.59%
G = 37.64%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8915 (or 0xCE8915) is known color: Ochre. HEX triplet: CE, 89 and 15. RGB value is (206,137,21). Sum of RGB (Red+Green+Blue) = 206+137+21=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8915 is #3176EA. Grayscale: #909090. Windows color (decimal): -3241707 or 1411534. OLE color: 1411534.

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

Color convert

RGB 206 137 21 -
CMYK 0 0.33 0.90 0.19
HSL 37.62º 0.81% 0.45% -
HSV(B) 37.62º 0.9% 0.81% -
XYZ 34.53 31.07 4.89 -
YUV 144.41 58.36 171.93 -
System Red Green Blue C M Y K H S L
Decimal 206 137 21 0 0.33 0.90 0.19 37.62 0.81 0.45
Hex CE 89 15 0 21 5A 13 26 51 2D
Octal 316 211 25 0 41 132 23 46 121 55
Binary 11001110 10001001 10101 0 100001 1011010 10011 100110 1010001 101101

Color Harmonies of #CE8915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8915

Black with #CE8915

Text Example


Text Example

White with #CE8915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8915; }

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

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

background-color css

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

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

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

border-color css

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

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

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