Html Css Color HEX #CE8124 Ochre

📋 copy color: '#CE8124'

red 206 ◦ green 129 ◦ blue 36

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

Shades of Ochre #CE8124

Tints of Ochre #CE8124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.7%

R = 55.53%
G = 34.77%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE8124 (or 0xCE8124) is known color: Ochre. HEX triplet: CE, 81 and 24. RGB value is (206,129,36). Sum of RGB (Red+Green+Blue) = 206+129+36=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8124 is #317EDB. Grayscale: #8D8D8D. Windows color (decimal): -3243740 or 2392526. OLE color: 2392526.

HSL color Cylindrical-coordinate representation of color #CE8124: hue angle of 32.82º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE8124 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 129 36 -
CMYK 0 0.37 0.83 0.19
HSL 32.82º 0.7% 0.47% -
HSV(B) 32.82º 0.83% 0.81% -
XYZ 33.62 28.95 5.48 -
YUV 141.42 68.51 174.06 -
System Red Green Blue C M Y K H S L
Decimal 206 129 36 0 0.37 0.83 0.19 32.82 0.7 0.47
Hex CE 81 24 0 25 53 13 21 46 2F
Octal 316 201 44 0 45 123 23 41 106 57
Binary 11001110 10000001 100100 0 100101 1010011 10011 100001 1000110 101111

Color Harmonies of #CE8124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8124

Black with #CE8124

Text Example


Text Example

White with #CE8124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8124; }

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

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

background-color css

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

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

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

border-color css

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

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

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