Html Css Color HEX #CE841D Ochre

📋 copy color: '#CE841D'

red 206 ◦ green 132 ◦ blue 29

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

Shades of Ochre #CE841D

Tints of Ochre #CE841D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 56.13%
G = 35.97%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE841D (or 0xCE841D) is known color: Ochre. HEX triplet: CE, 84 and 1D. RGB value is (206,132,29). Sum of RGB (Red+Green+Blue) = 206+132+29=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE841D is #317BE2. Grayscale: #8E8E8E. Windows color (decimal): -3242979 or 1934542. OLE color: 1934542.

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

Color convert

RGB 206 132 29 -
CMYK 0 0.36 0.86 0.19
HSL 34.92º 0.75% 0.46% -
HSV(B) 34.92º 0.86% 0.81% -
XYZ 33.93 29.71 5.11 -
YUV 142.38 64.02 173.38 -
System Red Green Blue C M Y K H S L
Decimal 206 132 29 0 0.36 0.86 0.19 34.92 0.75 0.46
Hex CE 84 1D 0 24 56 13 23 4B 2E
Octal 316 204 35 0 44 126 23 43 113 56
Binary 11001110 10000100 11101 0 100100 1010110 10011 100011 1001011 101110

Color Harmonies of #CE841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE841D

Black with #CE841D

Text Example


Text Example

White with #CE841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE841D; }

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

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

background-color css

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

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

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

border-color css

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

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

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