Html Css Color HEX #D57A0D Ochre

📋 copy color: '#D57A0D'

red 213 ◦ green 122 ◦ blue 13

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

Shades of Ochre #D57A0D

Tints of Ochre #D57A0D

RGB

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

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

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

R = 61.21%
G = 35.06%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D57A0D (or 0xD57A0D) is known color: Ochre. HEX triplet: D5, 7A and 0D. RGB value is (213,122,13). Sum of RGB (Red+Green+Blue) = 213+122+13=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57A0D is #2A85F2. Grayscale: #898989. Windows color (decimal): -2786803 or 883413. OLE color: 883413.

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

Color convert

RGB 213 122 13 -
CMYK 0 0.43 0.94 0.16
HSL 32.7º 0.88% 0.44% -
HSV(B) 32.7º 0.94% 0.84% -
XYZ 34.47 28.09 3.99 -
YUV 136.78 58.15 182.36 -
System Red Green Blue C M Y K H S L
Decimal 213 122 13 0 0.43 0.94 0.16 32.7 0.88 0.44
Hex D5 7A D 0 2B 5E 10 21 58 2C
Octal 325 172 15 0 53 136 20 41 130 54
Binary 11010101 1111010 1101 0 101011 1011110 10000 100001 1011000 101100

Color Harmonies of #D57A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A0D

Black with #D57A0D

Text Example


Text Example

White with #D57A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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