Html Css Color HEX #D57C1A Ochre

📋 copy color: '#D57C1A'

red 213 ◦ green 124 ◦ blue 26

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

Shades of Ochre #D57C1A

Tints of Ochre #D57C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.16%

R = 58.68%
G = 34.16%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D57C1A (or 0xD57C1A) is known color: Ochre. HEX triplet: D5, 7C and 1A. RGB value is (213,124,26). Sum of RGB (Red+Green+Blue) = 213+124+26=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C1A is #2A83E5. Grayscale: #8B8B8B. Windows color (decimal): -2786278 or 1735893. OLE color: 1735893.

HSL color Cylindrical-coordinate representation of color #D57C1A: hue angle of 31.44º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D57C1A is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 124 26 -
CMYK 0 0.42 0.88 0.16
HSL 31.44º 0.78% 0.47% -
HSV(B) 31.44º 0.88% 0.84% -
XYZ 34.83 28.64 4.67 -
YUV 139.44 63.99 180.47 -
System Red Green Blue C M Y K H S L
Decimal 213 124 26 0 0.42 0.88 0.16 31.44 0.78 0.47
Hex D5 7C 1A 0 2A 58 10 1F 4E 2F
Octal 325 174 32 0 52 130 20 37 116 57
Binary 11010101 1111100 11010 0 101010 1011000 10000 11111 1001110 101111

Color Harmonies of #D57C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C1A

Black with #D57C1A

Text Example


Text Example

White with #D57C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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