Html Css Color HEX #D57613 Ochre

📋 copy color: '#D57613'

red 213 ◦ green 118 ◦ blue 19

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

Shades of Ochre #D57613

Tints of Ochre #D57613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 60.86%
G = 33.71%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D57613 (or 0xD57613) is known color: Ochre. HEX triplet: D5, 76 and 13. RGB value is (213,118,19). Sum of RGB (Red+Green+Blue) = 213+118+19=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D57613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57613 is #2A89EC. Grayscale: #878787. Windows color (decimal): -2787821 or 1275605. OLE color: 1275605.

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

Color convert

RGB 213 118 19 -
CMYK 0 0.45 0.91 0.16
HSL 30.62º 0.84% 0.45% -
HSV(B) 30.62º 0.91% 0.84% -
XYZ 34.04 27.15 4.06 -
YUV 135.12 62.47 183.55 -
System Red Green Blue C M Y K H S L
Decimal 213 118 19 0 0.45 0.91 0.16 30.62 0.84 0.45
Hex D5 76 13 0 2D 5B 10 1F 54 2D
Octal 325 166 23 0 55 133 20 37 124 55
Binary 11010101 1110110 10011 0 101101 1011011 10000 11111 1010100 101101

Color Harmonies of #D57613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57613

Black with #D57613

Text Example


Text Example

White with #D57613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57613; }

 p { color: rgb(213,118,19); }

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

background-color css

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

 a { background-color: rgb(213,118,19); }

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

border-color css

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

 span { border-color: rgb(213,118,19); }

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