Html Css Color HEX #CE8117 Ochre

📋 copy color: '#CE8117'

red 206 ◦ green 129 ◦ blue 23

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

Shades of Ochre #CE8117

Tints of Ochre #CE8117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.03%

 BLUE value IS 23 (9.38% from 255) = 6.42%

R = 57.54%
G = 36.03%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE8117 (or 0xCE8117) is known color: Ochre. HEX triplet: CE, 81 and 17. RGB value is (206,129,23). Sum of RGB (Red+Green+Blue) = 206+129+23=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8117 is #317EE8. Grayscale: #8C8C8C. Windows color (decimal): -3243753 or 1540558. OLE color: 1540558.

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

Color convert

RGB 206 129 23 -
CMYK 0 0.37 0.89 0.19
HSL 34.75º 0.8% 0.45% -
HSV(B) 34.75º 0.89% 0.81% -
XYZ 33.46 28.88 4.62 -
YUV 139.94 62.01 175.12 -
System Red Green Blue C M Y K H S L
Decimal 206 129 23 0 0.37 0.89 0.19 34.75 0.8 0.45
Hex CE 81 17 0 25 59 13 23 50 2D
Octal 316 201 27 0 45 131 23 43 120 55
Binary 11001110 10000001 10111 0 100101 1011001 10011 100011 1010000 101101

Color Harmonies of #CE8117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8117

Black with #CE8117

Text Example


Text Example

White with #CE8117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8117; }

 p { color: rgb(206,129,23); }

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

background-color css

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

 a { background-color: rgb(206,129,23); }

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

border-color css

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

 span { border-color: rgb(206,129,23); }

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