Html Css Color HEX #D57C1D Ochre

📋 copy color: '#D57C1D'

red 213 ◦ green 124 ◦ blue 29

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

Shades of Ochre #D57C1D

Tints of Ochre #D57C1D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.88%

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

R = 58.2%
G = 33.88%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D57C1D (or 0xD57C1D) is known color: Ochre. HEX triplet: D5, 7C and 1D. RGB value is (213,124,29). Sum of RGB (Red+Green+Blue) = 213+124+29=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C1D is #2A83E2. Grayscale: #8C8C8C. Windows color (decimal): -2786275 or 1932501. OLE color: 1932501.

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

Color convert

RGB 213 124 29 -
CMYK 0 0.42 0.86 0.16
HSL 30.98º 0.76% 0.47% -
HSV(B) 30.98º 0.86% 0.84% -
XYZ 34.87 28.65 4.85 -
YUV 139.78 65.49 180.22 -
System Red Green Blue C M Y K H S L
Decimal 213 124 29 0 0.42 0.86 0.16 30.98 0.76 0.47
Hex D5 7C 1D 0 2A 56 10 1F 4C 2F
Octal 325 174 35 0 52 126 20 37 114 57
Binary 11010101 1111100 11101 0 101010 1010110 10000 11111 1001100 101111

Color Harmonies of #D57C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C1D

Black with #D57C1D

Text Example


Text Example

White with #D57C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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