Html Css Color HEX #CE7D18 Ochre

📋 copy color: '#CE7D18'

red 206 ◦ green 125 ◦ blue 24

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

Shades of Ochre #CE7D18

Tints of Ochre #CE7D18

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.21%

 BLUE value IS 24 (9.77% from 255) = 6.76%

R = 58.03%
G = 35.21%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE7D18 (or 0xCE7D18) is known color: Ochre. HEX triplet: CE, 7D and 18. RGB value is (206,125,24). Sum of RGB (Red+Green+Blue) = 206+125+24=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D18 is #3182E7. Grayscale: #8A8A8A. Windows color (decimal): -3244776 or 1605070. OLE color: 1605070.

HSL color Cylindrical-coordinate representation of color #CE7D18: hue angle of 33.3º degrees, saturation: 0.79, 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 #CE7D18 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 24 -
CMYK 0 0.39 0.88 0.19
HSL 33.3º 0.79% 0.45% -
HSV(B) 33.3º 0.88% 0.81% -
XYZ 32.95 27.85 4.5 -
YUV 137.71 63.84 176.71 -
System Red Green Blue C M Y K H S L
Decimal 206 125 24 0 0.39 0.88 0.19 33.3 0.79 0.45
Hex CE 7D 18 0 27 58 13 21 4F 2D
Octal 316 175 30 0 47 130 23 41 117 55
Binary 11001110 1111101 11000 0 100111 1011000 10011 100001 1001111 101101

Color Harmonies of #CE7D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D18

Black with #CE7D18

Text Example


Text Example

White with #CE7D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D18; }

 p { color: rgb(206,125,24); }

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

background-color css

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

 a { background-color: rgb(206,125,24); }

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

border-color css

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

 span { border-color: rgb(206,125,24); }

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