Html Css Color HEX #D57E1D Ochre

📋 copy color: '#D57E1D'

red 213 ◦ green 126 ◦ blue 29

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

Shades of Ochre #D57E1D

Tints of Ochre #D57E1D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.24%

 BLUE value IS 29 (11.72% from 255) = 7.88%

R = 57.88%
G = 34.24%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D57E1D (or 0xD57E1D) is known color: Ochre. HEX triplet: D5, 7E and 1D. RGB value is (213,126,29). Sum of RGB (Red+Green+Blue) = 213+126+29=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57E1D is #2A81E2. Grayscale: #8D8D8D. Windows color (decimal): -2785763 or 1933013. OLE color: 1933013.

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

Color convert

RGB 213 126 29 -
CMYK 0 0.41 0.86 0.16
HSL 31.63º 0.76% 0.47% -
HSV(B) 31.63º 0.86% 0.84% -
XYZ 35.12 29.16 4.94 -
YUV 140.96 64.82 179.39 -
System Red Green Blue C M Y K H S L
Decimal 213 126 29 0 0.41 0.86 0.16 31.63 0.76 0.47
Hex D5 7E 1D 0 29 56 10 20 4C 2F
Octal 325 176 35 0 51 126 20 40 114 57
Binary 11010101 1111110 11101 0 101001 1010110 10000 100000 1001100 101111

Color Harmonies of #D57E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57E1D

Black with #D57E1D

Text Example


Text Example

White with #D57E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57E1D; }

 p { color: rgb(213,126,29); }

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

background-color css

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

 a { background-color: rgb(213,126,29); }

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

border-color css

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

 span { border-color: rgb(213,126,29); }

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