Html Css Color HEX #CE771D Ochre

📋 copy color: '#CE771D'

red 206 ◦ green 119 ◦ blue 29

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

Shades of Ochre #CE771D

Tints of Ochre #CE771D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

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

R = 58.19%
G = 33.62%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE771D (or 0xCE771D) is known color: Ochre. HEX triplet: CE, 77 and 1D. RGB value is (206,119,29). Sum of RGB (Red+Green+Blue) = 206+119+29=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE771D is #3188E2. Grayscale: #878787. Windows color (decimal): -3246307 or 1931214. OLE color: 1931214.

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

Color convert

RGB 206 119 29 -
CMYK 0 0.42 0.86 0.19
HSL 30.51º 0.75% 0.46% -
HSV(B) 30.51º 0.86% 0.81% -
XYZ 32.27 26.4 4.56 -
YUV 134.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 206 119 29 0 0.42 0.86 0.19 30.51 0.75 0.46
Hex CE 77 1D 0 2A 56 13 1F 4B 2E
Octal 316 167 35 0 52 126 23 37 113 56
Binary 11001110 1110111 11101 0 101010 1010110 10011 11111 1001011 101110

Color Harmonies of #CE771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE771D

Black with #CE771D

Text Example


Text Example

White with #CE771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE771D; }

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

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

background-color css

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

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

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

border-color css

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

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

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