Html Css Color HEX #D57A27 Ochre

📋 copy color: '#D57A27'

red 213 ◦ green 122 ◦ blue 39

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

Shades of Ochre #D57A27

Tints of Ochre #D57A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.43%

R = 56.95%
G = 32.62%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D57A27 (or 0xD57A27) is known color: Ochre. HEX triplet: D5, 7A and 27. RGB value is (213,122,39). Sum of RGB (Red+Green+Blue) = 213+122+39=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57A27 is #2A85D8. Grayscale: #8C8C8C. Windows color (decimal): -2786777 or 2587349. OLE color: 2587349.

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

Color convert

RGB 213 122 39 -
CMYK 0 0.43 0.82 0.16
HSL 28.62º 0.69% 0.49% -
HSV(B) 28.62º 0.82% 0.84% -
XYZ 34.77 28.21 5.53 -
YUV 139.75 71.15 180.25 -
System Red Green Blue C M Y K H S L
Decimal 213 122 39 0 0.43 0.82 0.16 28.62 0.69 0.49
Hex D5 7A 27 0 2B 52 10 1D 45 31
Octal 325 172 47 0 53 122 20 35 105 61
Binary 11010101 1111010 100111 0 101011 1010010 10000 11101 1000101 110001

Color Harmonies of #D57A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A27

Black with #D57A27

Text Example


Text Example

White with #D57A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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