Html Css Color HEX #CE701D Ochre

📋 copy color: '#CE701D'

red 206 ◦ green 112 ◦ blue 29

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

Shades of Ochre #CE701D

Tints of Ochre #CE701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.28%

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 59.37%
G = 32.28%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE701D (or 0xCE701D) is known color: Ochre. HEX triplet: CE, 70 and 1D. RGB value is (206,112,29). Sum of RGB (Red+Green+Blue) = 206+112+29=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE701D is #318FE2. Grayscale: #838383. Windows color (decimal): -3248099 or 1929422. OLE color: 1929422.

HSL color Cylindrical-coordinate representation of color #CE701D: hue angle of 28.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE701D is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 29 -
CMYK 0 0.46 0.86 0.19
HSL 28.14º 0.75% 0.46% -
HSV(B) 28.14º 0.86% 0.81% -
XYZ 31.47 24.8 4.29 -
YUV 130.64 70.64 181.75 -
System Red Green Blue C M Y K H S L
Decimal 206 112 29 0 0.46 0.86 0.19 28.14 0.75 0.46
Hex CE 70 1D 0 2E 56 13 1C 4B 2E
Octal 316 160 35 0 56 126 23 34 113 56
Binary 11001110 1110000 11101 0 101110 1010110 10011 11100 1001011 101110

Color Harmonies of #CE701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE701D

Black with #CE701D

Text Example


Text Example

White with #CE701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE701D; }

 p { color: rgb(206,112,29); }

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

background-color css

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

 a { background-color: rgb(206,112,29); }

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

border-color css

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

 span { border-color: rgb(206,112,29); }

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