Html Css Color HEX #D57A1D Ochre

📋 copy color: '#D57A1D'

red 213 ◦ green 122 ◦ blue 29

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

Shades of Ochre #D57A1D

Tints of Ochre #D57A1D

RGB

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

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

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

R = 58.52%
G = 33.52%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D57A1D (or 0xD57A1D) is known color: Ochre. HEX triplet: D5, 7A and 1D. RGB value is (213,122,29). Sum of RGB (Red+Green+Blue) = 213+122+29=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57A1D is #2A85E2. Grayscale: #8B8B8B. Windows color (decimal): -2786787 or 1931989. OLE color: 1931989.

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

Color convert

RGB 213 122 29 -
CMYK 0 0.43 0.86 0.16
HSL 30.33º 0.76% 0.47% -
HSV(B) 30.33º 0.86% 0.84% -
XYZ 34.62 28.15 4.77 -
YUV 138.61 66.15 181.06 -
System Red Green Blue C M Y K H S L
Decimal 213 122 29 0 0.43 0.86 0.16 30.33 0.76 0.47
Hex D5 7A 1D 0 2B 56 10 1E 4C 2F
Octal 325 172 35 0 53 126 20 36 114 57
Binary 11010101 1111010 11101 0 101011 1010110 10000 11110 1001100 101111

Color Harmonies of #D57A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A1D

Black with #D57A1D

Text Example


Text Example

White with #D57A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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