Html Css Color HEX #CE8316 Ochre

📋 copy color: '#CE8316'

red 206 ◦ green 131 ◦ blue 22

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

Shades of Ochre #CE8316

Tints of Ochre #CE8316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

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

R = 57.38%
G = 36.49%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE8316 (or 0xCE8316) is known color: Ochre. HEX triplet: CE, 83 and 16. RGB value is (206,131,22). Sum of RGB (Red+Green+Blue) = 206+131+22=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8316 is #317CE9. Grayscale: #8D8D8D. Windows color (decimal): -3243242 or 1475534. OLE color: 1475534.

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

Color convert

RGB 206 131 22 -
CMYK 0 0.36 0.89 0.19
HSL 35.54º 0.81% 0.45% -
HSV(B) 35.54º 0.89% 0.81% -
XYZ 33.71 29.41 4.66 -
YUV 141 60.85 174.36 -
System Red Green Blue C M Y K H S L
Decimal 206 131 22 0 0.36 0.89 0.19 35.54 0.81 0.45
Hex CE 83 16 0 24 59 13 24 51 2D
Octal 316 203 26 0 44 131 23 44 121 55
Binary 11001110 10000011 10110 0 100100 1011001 10011 100100 1010001 101101

Color Harmonies of #CE8316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8316

Black with #CE8316

Text Example


Text Example

White with #CE8316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8316; }

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

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

background-color css

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

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

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

border-color css

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

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

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