Html Css Color HEX #D57E10 Ochre

📋 copy color: '#D57E10'

red 213 ◦ green 126 ◦ blue 16

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

Shades of Ochre #D57E10

Tints of Ochre #D57E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 60%
G = 35.49%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D57E10 (or 0xD57E10) is known color: Ochre. HEX triplet: D5, 7E and 10. RGB value is (213,126,16). Sum of RGB (Red+Green+Blue) = 213+126+16=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57E10 is #2A81EF. Grayscale: #8B8B8B. Windows color (decimal): -2785776 or 1081045. OLE color: 1081045.

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

Color convert

RGB 213 126 16 -
CMYK 0 0.41 0.92 0.16
HSL 33.5º 0.86% 0.45% -
HSV(B) 33.5º 0.92% 0.84% -
XYZ 34.99 29.11 4.26 -
YUV 139.47 58.32 180.44 -
System Red Green Blue C M Y K H S L
Decimal 213 126 16 0 0.41 0.92 0.16 33.5 0.86 0.45
Hex D5 7E 10 0 29 5C 10 22 56 2D
Octal 325 176 20 0 51 134 20 42 126 55
Binary 11010101 1111110 10000 0 101001 1011100 10000 100010 1010110 101101

Color Harmonies of #D57E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57E10

Black with #D57E10

Text Example


Text Example

White with #D57E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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