Html Css Color HEX #D57D28 Ochre

📋 copy color: '#D57D28'

red 213 ◦ green 125 ◦ blue 40

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

Shades of Ochre #D57D28

Tints of Ochre #D57D28

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.07%

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

R = 56.35%
G = 33.07%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D57D28 (or 0xD57D28) is known color: Ochre. HEX triplet: D5, 7D and 28. RGB value is (213,125,40). Sum of RGB (Red+Green+Blue) = 213+125+40=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57D28 is #2A82D7. Grayscale: #8E8E8E. Windows color (decimal): -2786008 or 2653653. OLE color: 2653653.

HSL color Cylindrical-coordinate representation of color #D57D28: hue angle of 29.48º 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 #D57D28 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 125 40 -
CMYK 0 0.41 0.81 0.16
HSL 29.48º 0.68% 0.5% -
HSV(B) 29.48º 0.81% 0.84% -
XYZ 35.16 28.97 5.75 -
YUV 141.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 213 125 40 0 0.41 0.81 0.16 29.48 0.68 0.5
Hex D5 7D 28 0 29 51 10 1D 44 32
Octal 325 175 50 0 51 121 20 35 104 62
Binary 11010101 1111101 101000 0 101001 1010001 10000 11101 1000100 110010

Color Harmonies of #D57D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D28

Black with #D57D28

Text Example


Text Example

White with #D57D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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