Html Css Color HEX #CE8517 Ochre

📋 copy color: '#CE8517'

red 206 ◦ green 133 ◦ blue 23

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

Shades of Ochre #CE8517

Tints of Ochre #CE8517

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

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

R = 56.91%
G = 36.74%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE8517 (or 0xCE8517) is known color: Ochre. HEX triplet: CE, 85 and 17. RGB value is (206,133,23). Sum of RGB (Red+Green+Blue) = 206+133+23=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8517 is #317AE8. Grayscale: #8E8E8E. Windows color (decimal): -3242729 or 1541582. OLE color: 1541582.

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

Color convert

RGB 206 133 23 -
CMYK 0 0.35 0.89 0.19
HSL 36.07º 0.8% 0.45% -
HSV(B) 36.07º 0.89% 0.81% -
XYZ 34 29.96 4.8 -
YUV 142.29 60.68 173.44 -
System Red Green Blue C M Y K H S L
Decimal 206 133 23 0 0.35 0.89 0.19 36.07 0.8 0.45
Hex CE 85 17 0 23 59 13 24 50 2D
Octal 316 205 27 0 43 131 23 44 120 55
Binary 11001110 10000101 10111 0 100011 1011001 10011 100100 1010000 101101

Color Harmonies of #CE8517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8517

Black with #CE8517

Text Example


Text Example

White with #CE8517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8517; }

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

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

background-color css

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

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

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

border-color css

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

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

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