Html Css Color HEX #CE8024 Ochre

📋 copy color: '#CE8024'

red 206 ◦ green 128 ◦ blue 36

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

Shades of Ochre #CE8024

Tints of Ochre #CE8024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

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

R = 55.68%
G = 34.59%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE8024 (or 0xCE8024) is known color: Ochre. HEX triplet: CE, 80 and 24. RGB value is (206,128,36). Sum of RGB (Red+Green+Blue) = 206+128+36=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8024 is #317FDB. Grayscale: #8D8D8D. Windows color (decimal): -3243996 or 2392270. OLE color: 2392270.

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

Color convert

RGB 206 128 36 -
CMYK 0 0.38 0.83 0.19
HSL 32.47º 0.7% 0.47% -
HSV(B) 32.47º 0.83% 0.81% -
XYZ 33.49 28.69 5.44 -
YUV 140.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 206 128 36 0 0.38 0.83 0.19 32.47 0.7 0.47
Hex CE 80 24 0 26 53 13 20 46 2F
Octal 316 200 44 0 46 123 23 40 106 57
Binary 11001110 10000000 100100 0 100110 1010011 10011 100000 1000110 101111

Color Harmonies of #CE8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8024

Black with #CE8024

Text Example


Text Example

White with #CE8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8024; }

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

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

background-color css

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

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

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

border-color css

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

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

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