Html Css Color HEX #CE711D Ochre

📋 copy color: '#CE711D'

red 206 ◦ green 113 ◦ blue 29

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

Shades of Ochre #CE711D

Tints of Ochre #CE711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

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

R = 59.2%
G = 32.47%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE711D (or 0xCE711D) is known color: Ochre. HEX triplet: CE, 71 and 1D. RGB value is (206,113,29). Sum of RGB (Red+Green+Blue) = 206+113+29=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE711D is #318EE2. Grayscale: #838383. Windows color (decimal): -3247843 or 1929678. OLE color: 1929678.

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

Color convert

RGB 206 113 29 -
CMYK 0 0.45 0.86 0.19
HSL 28.47º 0.75% 0.46% -
HSV(B) 28.47º 0.86% 0.81% -
XYZ 31.58 25.02 4.33 -
YUV 131.23 70.31 181.33 -
System Red Green Blue C M Y K H S L
Decimal 206 113 29 0 0.45 0.86 0.19 28.47 0.75 0.46
Hex CE 71 1D 0 2D 56 13 1C 4B 2E
Octal 316 161 35 0 55 126 23 34 113 56
Binary 11001110 1110001 11101 0 101101 1010110 10011 11100 1001011 101110

Color Harmonies of #CE711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE711D

Black with #CE711D

Text Example


Text Example

White with #CE711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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