Html Css Color HEX #CE7D16 Ochre

📋 copy color: '#CE7D16'

red 206 ◦ green 125 ◦ blue 22

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

Shades of Ochre #CE7D16

Tints of Ochre #CE7D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.41%

 BLUE value IS 22 (8.98% from 255) = 6.23%

R = 58.36%
G = 35.41%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7D16 (or 0xCE7D16) is known color: Ochre. HEX triplet: CE, 7D and 16. RGB value is (206,125,22). Sum of RGB (Red+Green+Blue) = 206+125+22=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D16 is #3182E9. Grayscale: #898989. Windows color (decimal): -3244778 or 1473998. OLE color: 1473998.

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

Color convert

RGB 206 125 22 -
CMYK 0 0.39 0.89 0.19
HSL 33.59º 0.81% 0.45% -
HSV(B) 33.59º 0.89% 0.81% -
XYZ 32.93 27.85 4.4 -
YUV 137.48 62.84 176.88 -
System Red Green Blue C M Y K H S L
Decimal 206 125 22 0 0.39 0.89 0.19 33.59 0.81 0.45
Hex CE 7D 16 0 27 59 13 22 51 2D
Octal 316 175 26 0 47 131 23 42 121 55
Binary 11001110 1111101 10110 0 100111 1011001 10011 100010 1010001 101101

Color Harmonies of #CE7D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D16

Black with #CE7D16

Text Example


Text Example

White with #CE7D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D16; }

 p { color: rgb(206,125,22); }

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

background-color css

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

 a { background-color: rgb(206,125,22); }

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

border-color css

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

 span { border-color: rgb(206,125,22); }

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