Html Css Color HEX #D57C1B Ochre

📋 copy color: '#D57C1B'

red 213 ◦ green 124 ◦ blue 27

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

Shades of Ochre #D57C1B

Tints of Ochre #D57C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 58.52%
G = 34.07%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D57C1B (or 0xD57C1B) is known color: Ochre. HEX triplet: D5, 7C and 1B. RGB value is (213,124,27). Sum of RGB (Red+Green+Blue) = 213+124+27=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57C1B is #2A83E4. Grayscale: #8C8C8C. Windows color (decimal): -2786277 or 1801429. OLE color: 1801429.

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

Color convert

RGB 213 124 27 -
CMYK 0 0.42 0.87 0.16
HSL 31.29º 0.78% 0.47% -
HSV(B) 31.29º 0.87% 0.84% -
XYZ 34.85 28.64 4.73 -
YUV 139.55 64.49 180.39 -
System Red Green Blue C M Y K H S L
Decimal 213 124 27 0 0.42 0.87 0.16 31.29 0.78 0.47
Hex D5 7C 1B 0 2A 57 10 1F 4E 2F
Octal 325 174 33 0 52 127 20 37 116 57
Binary 11010101 1111100 11011 0 101010 1010111 10000 11111 1001110 101111

Color Harmonies of #D57C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C1B

Black with #D57C1B

Text Example


Text Example

White with #D57C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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