Html Css Color HEX #D57E0E Ochre

📋 copy color: '#D57E0E'

red 213 ◦ green 126 ◦ blue 14

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

Shades of Ochre #D57E0E

Tints of Ochre #D57E0E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.69%

 BLUE value IS 14 (5.86% from 255) = 3.97%

R = 60.34%
G = 35.69%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D57E0E (or 0xD57E0E) is known color: Ochre. HEX triplet: D5, 7E and 0E. RGB value is (213,126,14). Sum of RGB (Red+Green+Blue) = 213+126+14=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57E0E is #2A81F1. Grayscale: #8B8B8B. Windows color (decimal): -2785778 or 949973. OLE color: 949973.

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

Color convert

RGB 213 126 14 -
CMYK 0 0.41 0.93 0.16
HSL 33.77º 0.88% 0.45% -
HSV(B) 33.77º 0.93% 0.84% -
XYZ 34.98 29.1 4.19 -
YUV 139.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 213 126 14 0 0.41 0.93 0.16 33.77 0.88 0.45
Hex D5 7E E 0 29 5D 10 22 58 2D
Octal 325 176 16 0 51 135 20 42 130 55
Binary 11010101 1111110 1110 0 101001 1011101 10000 100010 1011000 101101

Color Harmonies of #D57E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57E0E

Black with #D57E0E

Text Example


Text Example

White with #D57E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57E0E; }

 p { color: rgb(213,126,14); }

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

background-color css

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

 a { background-color: rgb(213,126,14); }

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

border-color css

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

 span { border-color: rgb(213,126,14); }

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