Html Css Color HEX #D57515 Ochre

📋 copy color: '#D57515'

red 213 ◦ green 117 ◦ blue 21

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

Shades of Ochre #D57515

Tints of Ochre #D57515

RGB

 RED value IS 213 (83.59% from 255) = 60.68%

 GREEN value IS 117 (46.09% from 255) = 33.33%

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

R = 60.68%
G = 33.33%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D57515 (or 0xD57515) is known color: Ochre. HEX triplet: D5, 75 and 15. RGB value is (213,117,21). Sum of RGB (Red+Green+Blue) = 213+117+21=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D57515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57515 is #2A8AEA. Grayscale: #878787. Windows color (decimal): -2788075 or 1406421. OLE color: 1406421.

HSL color Cylindrical-coordinate representation of color #D57515: hue angle of 30º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D57515 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 117 21 -
CMYK 0 0.45 0.90 0.16
HSL 30º 0.82% 0.46% -
HSV(B) 30º 0.9% 0.84% -
XYZ 33.94 26.92 4.12 -
YUV 134.76 63.8 183.81 -
System Red Green Blue C M Y K H S L
Decimal 213 117 21 0 0.45 0.90 0.16 30 0.82 0.46
Hex D5 75 15 0 2D 5A 10 1E 52 2E
Octal 325 165 25 0 55 132 20 36 122 56
Binary 11010101 1110101 10101 0 101101 1011010 10000 11110 1010010 101110

Color Harmonies of #D57515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57515

Black with #D57515

Text Example


Text Example

White with #D57515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57515; }

 p { color: rgb(213,117,21); }

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

background-color css

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

 a { background-color: rgb(213,117,21); }

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

border-color css

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

 span { border-color: rgb(213,117,21); }

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