Html Css Color HEX #D17227 Ochre

📋 copy color: '#D17227'

red 209 ◦ green 114 ◦ blue 39

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

Shades of Ochre #D17227

Tints of Ochre #D17227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.77%

R = 57.73%
G = 31.49%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D17227 (or 0xD17227) is known color: Ochre. HEX triplet: D1, 72 and 27. RGB value is (209,114,39). Sum of RGB (Red+Green+Blue) = 209+114+39=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D17227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17227 is #2E8DD8. Grayscale: #868686. Windows color (decimal): -3050969 or 2585297. OLE color: 2585297.

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

Color convert

RGB 209 114 39 -
CMYK 0 0.45 0.81 0.18
HSL 26.47º 0.69% 0.49% -
HSV(B) 26.47º 0.81% 0.82% -
XYZ 32.68 25.74 5.16 -
YUV 133.86 74.47 181.6 -
System Red Green Blue C M Y K H S L
Decimal 209 114 39 0 0.45 0.81 0.18 26.47 0.69 0.49
Hex D1 72 27 0 2D 51 12 1A 45 31
Octal 321 162 47 0 55 121 22 32 105 61
Binary 11010001 1110010 100111 0 101101 1010001 10010 11010 1000101 110001

Color Harmonies of #D17227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17227

Black with #D17227

Text Example


Text Example

White with #D17227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17227; }

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

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

background-color css

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

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

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

border-color css

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

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

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