Html Css Color HEX #CE821D Ochre

📋 copy color: '#CE821D'

red 206 ◦ green 130 ◦ blue 29

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

Shades of Ochre #CE821D

Tints of Ochre #CE821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

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

R = 56.44%
G = 35.62%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE821D (or 0xCE821D) is known color: Ochre. HEX triplet: CE, 82 and 1D. RGB value is (206,130,29). Sum of RGB (Red+Green+Blue) = 206+130+29=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE821D is #317DE2. Grayscale: #8D8D8D. Windows color (decimal): -3243491 or 1934030. OLE color: 1934030.

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

Color convert

RGB 206 130 29 -
CMYK 0 0.37 0.86 0.19
HSL 34.24º 0.75% 0.46% -
HSV(B) 34.24º 0.86% 0.81% -
XYZ 33.66 29.18 5.02 -
YUV 141.21 64.68 174.21 -
System Red Green Blue C M Y K H S L
Decimal 206 130 29 0 0.37 0.86 0.19 34.24 0.75 0.46
Hex CE 82 1D 0 25 56 13 22 4B 2E
Octal 316 202 35 0 45 126 23 42 113 56
Binary 11001110 10000010 11101 0 100101 1010110 10011 100010 1001011 101110

Color Harmonies of #CE821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE821D

Black with #CE821D

Text Example


Text Example

White with #CE821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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