Html Css Color HEX #D57D0D Ochre

📋 copy color: '#D57D0D'

red 213 ◦ green 125 ◦ blue 13

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

Shades of Ochre #D57D0D

Tints of Ochre #D57D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 60.68%
G = 35.61%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D57D0D (or 0xD57D0D) is known color: Ochre. HEX triplet: D5, 7D and 0D. RGB value is (213,125,13). Sum of RGB (Red+Green+Blue) = 213+125+13=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57D0D is #2A82F2. Grayscale: #8B8B8B. Windows color (decimal): -2786035 or 884181. OLE color: 884181.

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

Color convert

RGB 213 125 13 -
CMYK 0 0.41 0.94 0.16
HSL 33.6º 0.88% 0.44% -
HSV(B) 33.6º 0.94% 0.84% -
XYZ 34.85 28.84 4.11 -
YUV 138.54 57.15 181.11 -
System Red Green Blue C M Y K H S L
Decimal 213 125 13 0 0.41 0.94 0.16 33.6 0.88 0.44
Hex D5 7D D 0 29 5E 10 22 58 2C
Octal 325 175 15 0 51 136 20 42 130 54
Binary 11010101 1111101 1101 0 101001 1011110 10000 100010 1011000 101100

Color Harmonies of #D57D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D0D

Black with #D57D0D

Text Example


Text Example

White with #D57D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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