Html Css Color HEX #CE7517 Ochre

📋 copy color: '#CE7517'

red 206 ◦ green 117 ◦ blue 23

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

Shades of Ochre #CE7517

Tints of Ochre #CE7517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 59.54%
G = 33.82%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7517 (or 0xCE7517) is known color: Ochre. HEX triplet: CE, 75 and 17. RGB value is (206,117,23). Sum of RGB (Red+Green+Blue) = 206+117+23=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7517 is #318AE8. Grayscale: #858585. Windows color (decimal): -3246825 or 1537486. OLE color: 1537486.

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

Color convert

RGB 206 117 23 -
CMYK 0 0.43 0.89 0.19
HSL 30.82º 0.8% 0.45% -
HSV(B) 30.82º 0.89% 0.81% -
XYZ 31.97 25.91 4.13 -
YUV 132.9 65.99 180.14 -
System Red Green Blue C M Y K H S L
Decimal 206 117 23 0 0.43 0.89 0.19 30.82 0.8 0.45
Hex CE 75 17 0 2B 59 13 1F 50 2D
Octal 316 165 27 0 53 131 23 37 120 55
Binary 11001110 1110101 10111 0 101011 1011001 10011 11111 1010000 101101

Color Harmonies of #CE7517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7517

Black with #CE7517

Text Example


Text Example

White with #CE7517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7517; }

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

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

background-color css

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

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

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

border-color css

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

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

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