Html Css Color HEX #D1721E Ochre

📋 copy color: '#D1721E'

red 209 ◦ green 114 ◦ blue 30

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

Shades of Ochre #D1721E

Tints of Ochre #D1721E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.29%

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 59.21%
G = 32.29%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1721E (or 0xD1721E) is known color: Ochre. HEX triplet: D1, 72 and 1E. RGB value is (209,114,30). Sum of RGB (Red+Green+Blue) = 209+114+30=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1721E is #2E8DE1. Grayscale: #858585. Windows color (decimal): -3050978 or 1995473. OLE color: 1995473.

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

Color convert

RGB 209 114 30 -
CMYK 0 0.45 0.86 0.18
HSL 28.16º 0.75% 0.47% -
HSV(B) 28.16º 0.86% 0.82% -
XYZ 32.55 25.68 4.47 -
YUV 132.83 69.97 182.33 -
System Red Green Blue C M Y K H S L
Decimal 209 114 30 0 0.45 0.86 0.18 28.16 0.75 0.47
Hex D1 72 1E 0 2D 56 12 1C 4B 2F
Octal 321 162 36 0 55 126 22 34 113 57
Binary 11010001 1110010 11110 0 101101 1010110 10010 11100 1001011 101111

Color Harmonies of #D1721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1721E

Black with #D1721E

Text Example


Text Example

White with #D1721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1721E; }

 p { color: rgb(209,114,30); }

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

background-color css

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

 a { background-color: rgb(209,114,30); }

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

border-color css

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

 span { border-color: rgb(209,114,30); }

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