Html Css Color HEX #D57A10 Ochre

📋 copy color: '#D57A10'

red 213 ◦ green 122 ◦ blue 16

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

Shades of Ochre #D57A10

Tints of Ochre #D57A10

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.76%

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

R = 60.68%
G = 34.76%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D57A10 (or 0xD57A10) is known color: Ochre. HEX triplet: D5, 7A and 10. RGB value is (213,122,16). Sum of RGB (Red+Green+Blue) = 213+122+16=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57A10 is #2A85EF. Grayscale: #898989. Windows color (decimal): -2786800 or 1080021. OLE color: 1080021.

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

Color convert

RGB 213 122 16 -
CMYK 0 0.43 0.92 0.16
HSL 32.28º 0.86% 0.45% -
HSV(B) 32.28º 0.92% 0.84% -
XYZ 34.49 28.1 4.1 -
YUV 137.13 59.65 182.12 -
System Red Green Blue C M Y K H S L
Decimal 213 122 16 0 0.43 0.92 0.16 32.28 0.86 0.45
Hex D5 7A 10 0 2B 5C 10 20 56 2D
Octal 325 172 20 0 53 134 20 40 126 55
Binary 11010101 1111010 10000 0 101011 1011100 10000 100000 1010110 101101

Color Harmonies of #D57A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A10

Black with #D57A10

Text Example


Text Example

White with #D57A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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