Html Css Color HEX #D57514 Ochre

📋 copy color: '#D57514'

red 213 ◦ green 117 ◦ blue 20

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

Shades of Ochre #D57514

Tints of Ochre #D57514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 60.86%
G = 33.43%
B = 5.71%

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

#D57514 (or 0xD57514) is known color: Ochre. HEX triplet: D5, 75 and 14. RGB value is (213,117,20). Sum of RGB (Red+Green+Blue) = 213+117+20=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D57514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57514 is #2A8AEB. Grayscale: #878787. Windows color (decimal): -2788076 or 1340885. OLE color: 1340885.

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

Color convert

RGB 213 117 20 -
CMYK 0 0.45 0.91 0.16
HSL 30.16º 0.83% 0.46% -
HSV(B) 30.16º 0.91% 0.84% -
XYZ 33.93 26.92 4.07 -
YUV 134.65 63.3 183.89 -
System Red Green Blue C M Y K H S L
Decimal 213 117 20 0 0.45 0.91 0.16 30.16 0.83 0.46
Hex D5 75 14 0 2D 5B 10 1E 53 2E
Octal 325 165 24 0 55 133 20 36 123 56
Binary 11010101 1110101 10100 0 101101 1011011 10000 11110 1010011 101110

Color Harmonies of #D57514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57514

Black with #D57514

Text Example


Text Example

White with #D57514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57514; }

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

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

background-color css

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

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

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

border-color css

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

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

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