Html Css Color HEX #CE8916 Ochre

📋 copy color: '#CE8916'

red 206 ◦ green 137 ◦ blue 22

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

Shades of Ochre #CE8916

Tints of Ochre #CE8916

RGB

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

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

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

R = 56.44%
G = 37.53%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE8916 (or 0xCE8916) is known color: Ochre. HEX triplet: CE, 89 and 16. RGB value is (206,137,22). Sum of RGB (Red+Green+Blue) = 206+137+22=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8916 is #3176E9. Grayscale: #919191. Windows color (decimal): -3241706 or 1477070. OLE color: 1477070.

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

Color convert

RGB 206 137 22 -
CMYK 0 0.33 0.89 0.19
HSL 37.5º 0.81% 0.45% -
HSV(B) 37.5º 0.89% 0.81% -
XYZ 34.54 31.07 4.94 -
YUV 144.52 58.86 171.85 -
System Red Green Blue C M Y K H S L
Decimal 206 137 22 0 0.33 0.89 0.19 37.5 0.81 0.45
Hex CE 89 16 0 21 59 13 26 51 2D
Octal 316 211 26 0 41 131 23 46 121 55
Binary 11001110 10001001 10110 0 100001 1011001 10011 100110 1010001 101101

Color Harmonies of #CE8916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8916

Black with #CE8916

Text Example


Text Example

White with #CE8916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8916; }

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

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

background-color css

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

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

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

border-color css

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

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

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