Html Css Color HEX #D57B1C Ochre

📋 copy color: '#D57B1C'

red 213 ◦ green 123 ◦ blue 28

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

Shades of Ochre #D57B1C

Tints of Ochre #D57B1C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

 BLUE value IS 28 (11.33% from 255) = 7.69%

R = 58.52%
G = 33.79%
B = 7.69%

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

#D57B1C (or 0xD57B1C) is known color: Ochre. HEX triplet: D5, 7B and 1C. RGB value is (213,123,28). Sum of RGB (Red+Green+Blue) = 213+123+28=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57B1C is #2A84E3. Grayscale: #8B8B8B. Windows color (decimal): -2786532 or 1866709. OLE color: 1866709.

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

Color convert

RGB 213 123 28 -
CMYK 0 0.42 0.87 0.16
HSL 30.81º 0.77% 0.47% -
HSV(B) 30.81º 0.87% 0.84% -
XYZ 34.73 28.4 4.75 -
YUV 139.08 65.32 180.72 -
System Red Green Blue C M Y K H S L
Decimal 213 123 28 0 0.42 0.87 0.16 30.81 0.77 0.47
Hex D5 7B 1C 0 2A 57 10 1F 4D 2F
Octal 325 173 34 0 52 127 20 37 115 57
Binary 11010101 1111011 11100 0 101010 1010111 10000 11111 1001101 101111

Color Harmonies of #D57B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57B1C

Black with #D57B1C

Text Example


Text Example

White with #D57B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57B1C; }

 p { color: rgb(213,123,28); }

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

background-color css

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

 a { background-color: rgb(213,123,28); }

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

border-color css

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

 span { border-color: rgb(213,123,28); }

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