Html Css Color HEX #CE7916 Ochre

📋 copy color: '#CE7916'

red 206 ◦ green 121 ◦ blue 22

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

Shades of Ochre #CE7916

Tints of Ochre #CE7916

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.67%

 BLUE value IS 22 (8.98% from 255) = 6.3%

R = 59.03%
G = 34.67%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7916 (or 0xCE7916) is known color: Ochre. HEX triplet: CE, 79 and 16. RGB value is (206,121,22). Sum of RGB (Red+Green+Blue) = 206+121+22=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7916 is #3186E9. Grayscale: #878787. Windows color (decimal): -3245802 or 1472974. OLE color: 1472974.

HSL color Cylindrical-coordinate representation of color #CE7916: hue angle of 32.28º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE7916 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 121 22 -
CMYK 0 0.41 0.89 0.19
HSL 32.28º 0.81% 0.45% -
HSV(B) 32.28º 0.89% 0.81% -
XYZ 32.44 26.85 4.23 -
YUV 135.13 64.16 178.55 -
System Red Green Blue C M Y K H S L
Decimal 206 121 22 0 0.41 0.89 0.19 32.28 0.81 0.45
Hex CE 79 16 0 29 59 13 20 51 2D
Octal 316 171 26 0 51 131 23 40 121 55
Binary 11001110 1111001 10110 0 101001 1011001 10011 100000 1010001 101101

Color Harmonies of #CE7916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7916

Black with #CE7916

Text Example


Text Example

White with #CE7916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7916; }

 p { color: rgb(206,121,22); }

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

background-color css

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

 a { background-color: rgb(206,121,22); }

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

border-color css

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

 span { border-color: rgb(206,121,22); }

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