Html Css Color HEX #D18213 Ochre

📋 copy color: '#D18213'

red 209 ◦ green 130 ◦ blue 19

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

Shades of Ochre #D18213

Tints of Ochre #D18213

RGB

 RED value IS 209 (82.03% from 255) = 58.38%

 GREEN value IS 130 (51.17% from 255) = 36.31%

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 58.38%
G = 36.31%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D18213 (or 0xD18213) is known color: Ochre. HEX triplet: D1, 82 and 13. RGB value is (209,130,19). Sum of RGB (Red+Green+Blue) = 209+130+19=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D18213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18213 is #2E7DEC. Grayscale: #8D8D8D. Windows color (decimal): -3046893 or 1278673. OLE color: 1278673.

HSL color Cylindrical-coordinate representation of color #D18213: hue angle of 35.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D18213 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 130 19 -
CMYK 0 0.38 0.91 0.18
HSL 35.05º 0.83% 0.45% -
HSV(B) 35.05º 0.91% 0.82% -
XYZ 34.39 29.57 4.51 -
YUV 140.97 59.17 176.53 -
System Red Green Blue C M Y K H S L
Decimal 209 130 19 0 0.38 0.91 0.18 35.05 0.83 0.45
Hex D1 82 13 0 26 5B 12 23 53 2D
Octal 321 202 23 0 46 133 22 43 123 55
Binary 11010001 10000010 10011 0 100110 1011011 10010 100011 1010011 101101

Color Harmonies of #D18213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18213

Black with #D18213

Text Example


Text Example

White with #D18213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18213; }

 p { color: rgb(209,130,19); }

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

background-color css

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

 a { background-color: rgb(209,130,19); }

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

border-color css

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

 span { border-color: rgb(209,130,19); }

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