Html Css Color HEX #CE7D15 Ochre

📋 copy color: '#CE7D15'

red 206 ◦ green 125 ◦ blue 21

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

Shades of Ochre #CE7D15

Tints of Ochre #CE7D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.97%

R = 58.52%
G = 35.51%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7D15 (or 0xCE7D15) is known color: Ochre. HEX triplet: CE, 7D and 15. RGB value is (206,125,21). Sum of RGB (Red+Green+Blue) = 206+125+21=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D15 is #3182EA. Grayscale: #898989. Windows color (decimal): -3244779 or 1408462. OLE color: 1408462.

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

Color convert

RGB 206 125 21 -
CMYK 0 0.39 0.90 0.19
HSL 33.73º 0.81% 0.45% -
HSV(B) 33.73º 0.9% 0.81% -
XYZ 32.92 27.84 4.35 -
YUV 137.36 62.34 176.96 -
System Red Green Blue C M Y K H S L
Decimal 206 125 21 0 0.39 0.90 0.19 33.73 0.81 0.45
Hex CE 7D 15 0 27 5A 13 22 51 2D
Octal 316 175 25 0 47 132 23 42 121 55
Binary 11001110 1111101 10101 0 100111 1011010 10011 100010 1010001 101101

Color Harmonies of #CE7D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D15

Black with #CE7D15

Text Example


Text Example

White with #CE7D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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