Html Css Color HEX #D17427 Ochre

📋 copy color: '#D17427'

red 209 ◦ green 116 ◦ blue 39

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

Shades of Ochre #D17427

Tints of Ochre #D17427

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

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

R = 57.42%
G = 31.87%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D17427 (or 0xD17427) is known color: Ochre. HEX triplet: D1, 74 and 27. RGB value is (209,116,39). Sum of RGB (Red+Green+Blue) = 209+116+39=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D17427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17427 is #2E8BD8. Grayscale: #878787. Windows color (decimal): -3050457 or 2585809. OLE color: 2585809.

HSL color Cylindrical-coordinate representation of color #D17427: hue angle of 27.18º 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 #D17427 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 116 39 -
CMYK 0 0.44 0.81 0.18
HSL 27.18º 0.69% 0.49% -
HSV(B) 27.18º 0.81% 0.82% -
XYZ 32.91 26.19 5.24 -
YUV 135.03 73.81 180.76 -
System Red Green Blue C M Y K H S L
Decimal 209 116 39 0 0.44 0.81 0.18 27.18 0.69 0.49
Hex D1 74 27 0 2C 51 12 1B 45 31
Octal 321 164 47 0 54 121 22 33 105 61
Binary 11010001 1110100 100111 0 101100 1010001 10010 11011 1000101 110001

Color Harmonies of #D17427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17427

Black with #D17427

Text Example


Text Example

White with #D17427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17427; }

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

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

background-color css

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

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

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

border-color css

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

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

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