Html Css Color HEX #D57E0D Ochre

📋 copy color: '#D57E0D'

red 213 ◦ green 126 ◦ blue 13

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

Shades of Ochre #D57E0D

Tints of Ochre #D57E0D

RGB

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

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

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

R = 60.51%
G = 35.8%
B = 3.69%

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

#D57E0D (or 0xD57E0D) is known color: Ochre. HEX triplet: D5, 7E and 0D. RGB value is (213,126,13). Sum of RGB (Red+Green+Blue) = 213+126+13=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57E0D is #2A81F2. Grayscale: #8B8B8B. Windows color (decimal): -2785779 or 884437. OLE color: 884437.

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

Color convert

RGB 213 126 13 -
CMYK 0 0.41 0.94 0.16
HSL 33.9º 0.88% 0.44% -
HSV(B) 33.9º 0.94% 0.84% -
XYZ 34.97 29.1 4.15 -
YUV 139.13 56.82 180.69 -
System Red Green Blue C M Y K H S L
Decimal 213 126 13 0 0.41 0.94 0.16 33.9 0.88 0.44
Hex D5 7E D 0 29 5E 10 22 58 2C
Octal 325 176 15 0 51 136 20 42 130 54
Binary 11010101 1111110 1101 0 101001 1011110 10000 100010 1011000 101100

Color Harmonies of #D57E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57E0D

Black with #D57E0D

Text Example


Text Example

White with #D57E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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