Html Css Color HEX #CE8719 Ochre

📋 copy color: '#CE8719'

red 206 ◦ green 135 ◦ blue 25

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

Shades of Ochre #CE8719

Tints of Ochre #CE8719

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.89%

 BLUE value IS 25 (10.16% from 255) = 6.83%

R = 56.28%
G = 36.89%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE8719 (or 0xCE8719) is known color: Ochre. HEX triplet: CE, 87 and 19. RGB value is (206,135,25). Sum of RGB (Red+Green+Blue) = 206+135+25=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8719 is #3178E6. Grayscale: #909090. Windows color (decimal): -3242215 or 1673166. OLE color: 1673166.

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

Color convert

RGB 206 135 25 -
CMYK 0 0.34 0.88 0.19
HSL 36.46º 0.78% 0.45% -
HSV(B) 36.46º 0.88% 0.81% -
XYZ 34.29 30.52 5 -
YUV 143.69 61.02 172.44 -
System Red Green Blue C M Y K H S L
Decimal 206 135 25 0 0.34 0.88 0.19 36.46 0.78 0.45
Hex CE 87 19 0 22 58 13 24 4E 2D
Octal 316 207 31 0 42 130 23 44 116 55
Binary 11001110 10000111 11001 0 100010 1011000 10011 100100 1001110 101101

Color Harmonies of #CE8719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8719

Black with #CE8719

Text Example


Text Example

White with #CE8719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8719; }

 p { color: rgb(206,135,25); }

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

background-color css

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

 a { background-color: rgb(206,135,25); }

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

border-color css

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

 span { border-color: rgb(206,135,25); }

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