Html Css Color HEX #CE7817 Ochre

📋 copy color: '#CE7817'

red 206 ◦ green 120 ◦ blue 23

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

Shades of Ochre #CE7817

Tints of Ochre #CE7817

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.38%

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

R = 59.03%
G = 34.38%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7817 (or 0xCE7817) is known color: Ochre. HEX triplet: CE, 78 and 17. RGB value is (206,120,23). Sum of RGB (Red+Green+Blue) = 206+120+23=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7817 is #3187E8. Grayscale: #878787. Windows color (decimal): -3246057 or 1538254. OLE color: 1538254.

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

Color convert

RGB 206 120 23 -
CMYK 0 0.42 0.89 0.19
HSL 31.8º 0.8% 0.45% -
HSV(B) 31.8º 0.89% 0.81% -
XYZ 32.32 26.62 4.24 -
YUV 134.66 64.99 178.89 -
System Red Green Blue C M Y K H S L
Decimal 206 120 23 0 0.42 0.89 0.19 31.8 0.8 0.45
Hex CE 78 17 0 2A 59 13 20 50 2D
Octal 316 170 27 0 52 131 23 40 120 55
Binary 11001110 1111000 10111 0 101010 1011001 10011 100000 1010000 101101

Color Harmonies of #CE7817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7817

Black with #CE7817

Text Example


Text Example

White with #CE7817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7817; }

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

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

background-color css

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

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

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

border-color css

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

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

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