Html Css Color HEX #D57A28 Ochre

📋 copy color: '#D57A28'

red 213 ◦ green 122 ◦ blue 40

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

Shades of Ochre #D57A28

Tints of Ochre #D57A28

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 56.8%
G = 32.53%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D57A28 (or 0xD57A28) is known color: Ochre. HEX triplet: D5, 7A and 28. RGB value is (213,122,40). Sum of RGB (Red+Green+Blue) = 213+122+40=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57A28 is #2A85D7. Grayscale: #8C8C8C. Windows color (decimal): -2786776 or 2652885. OLE color: 2652885.

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

Color convert

RGB 213 122 40 -
CMYK 0 0.43 0.81 0.16
HSL 28.44º 0.68% 0.5% -
HSV(B) 28.44º 0.81% 0.84% -
XYZ 34.78 28.22 5.62 -
YUV 139.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 213 122 40 0 0.43 0.81 0.16 28.44 0.68 0.5
Hex D5 7A 28 0 2B 51 10 1C 44 32
Octal 325 172 50 0 53 121 20 34 104 62
Binary 11010101 1111010 101000 0 101011 1010001 10000 11100 1000100 110010

Color Harmonies of #D57A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A28

Black with #D57A28

Text Example


Text Example

White with #D57A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A28; }

 p { color: rgb(213,122,40); }

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

background-color css

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

 a { background-color: rgb(213,122,40); }

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

border-color css

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

 span { border-color: rgb(213,122,40); }

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