Html Css Color HEX #D1721D Ochre

📋 copy color: '#D1721D'

red 209 ◦ green 114 ◦ blue 29

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

Shades of Ochre #D1721D

Tints of Ochre #D1721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 59.38%
G = 32.39%
B = 8.24%

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

#D1721D (or 0xD1721D) is known color: Ochre. HEX triplet: D1, 72 and 1D. RGB value is (209,114,29). Sum of RGB (Red+Green+Blue) = 209+114+29=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1721D is #2E8DE2. Grayscale: #858585. Windows color (decimal): -3050979 or 1929937. OLE color: 1929937.

HSL color Cylindrical-coordinate representation of color #D1721D: hue angle of 28.33º degrees, saturation: 0.76, 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 #D1721D is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 114 29 -
CMYK 0 0.45 0.86 0.18
HSL 28.33º 0.76% 0.47% -
HSV(B) 28.33º 0.86% 0.82% -
XYZ 32.53 25.68 4.4 -
YUV 132.72 69.47 182.41 -
System Red Green Blue C M Y K H S L
Decimal 209 114 29 0 0.45 0.86 0.18 28.33 0.76 0.47
Hex D1 72 1D 0 2D 56 12 1C 4C 2F
Octal 321 162 35 0 55 126 22 34 114 57
Binary 11010001 1110010 11101 0 101101 1010110 10010 11100 1001100 101111

Color Harmonies of #D1721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1721D

Black with #D1721D

Text Example


Text Example

White with #D1721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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