Html Css Color HEX #D57D12 Ochre

📋 copy color: '#D57D12'

red 213 ◦ green 125 ◦ blue 18

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

Shades of Ochre #D57D12

Tints of Ochre #D57D12

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

 BLUE value IS 18 (7.42% from 255) = 5.06%

R = 59.83%
G = 35.11%
B = 5.06%

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

#D57D12 (or 0xD57D12) is known color: Ochre. HEX triplet: D5, 7D and 12. RGB value is (213,125,18). Sum of RGB (Red+Green+Blue) = 213+125+18=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57D12 is #2A82ED. Grayscale: #8B8B8B. Windows color (decimal): -2786030 or 1211861. OLE color: 1211861.

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

Color convert

RGB 213 125 18 -
CMYK 0 0.41 0.92 0.16
HSL 32.92º 0.84% 0.45% -
HSV(B) 32.92º 0.92% 0.84% -
XYZ 34.88 28.86 4.3 -
YUV 139.11 59.65 180.7 -
System Red Green Blue C M Y K H S L
Decimal 213 125 18 0 0.41 0.92 0.16 32.92 0.84 0.45
Hex D5 7D 12 0 29 5C 10 21 54 2D
Octal 325 175 22 0 51 134 20 41 124 55
Binary 11010101 1111101 10010 0 101001 1011100 10000 100001 1010100 101101

Color Harmonies of #D57D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D12

Black with #D57D12

Text Example


Text Example

White with #D57D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D12; }

 p { color: rgb(213,125,18); }

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

background-color css

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

 a { background-color: rgb(213,125,18); }

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

border-color css

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

 span { border-color: rgb(213,125,18); }

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