Html Css Color HEX #CE8917 Ochre

📋 copy color: '#CE8917'

red 206 ◦ green 137 ◦ blue 23

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

Shades of Ochre #CE8917

Tints of Ochre #CE8917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.28%

R = 56.28%
G = 37.43%
B = 6.28%

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

#CE8917 (or 0xCE8917) is known color: Ochre. HEX triplet: CE, 89 and 17. RGB value is (206,137,23). Sum of RGB (Red+Green+Blue) = 206+137+23=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8917 is #3176E8. Grayscale: #919191. Windows color (decimal): -3241705 or 1542606. OLE color: 1542606.

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

Color convert

RGB 206 137 23 -
CMYK 0 0.33 0.89 0.19
HSL 37.38º 0.8% 0.45% -
HSV(B) 37.38º 0.89% 0.81% -
XYZ 34.55 31.08 4.99 -
YUV 144.64 59.36 171.77 -
System Red Green Blue C M Y K H S L
Decimal 206 137 23 0 0.33 0.89 0.19 37.38 0.8 0.45
Hex CE 89 17 0 21 59 13 25 50 2D
Octal 316 211 27 0 41 131 23 45 120 55
Binary 11001110 10001001 10111 0 100001 1011001 10011 100101 1010000 101101

Color Harmonies of #CE8917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8917

Black with #CE8917

Text Example


Text Example

White with #CE8917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8917; }

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

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

background-color css

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

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

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

border-color css

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

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

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