Html Css Color HEX #D17A27 Ochre

📋 copy color: '#D17A27'

red 209 ◦ green 122 ◦ blue 39

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

Shades of Ochre #D17A27

Tints of Ochre #D17A27

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

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

R = 56.49%
G = 32.97%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D17A27 (or 0xD17A27) is known color: Ochre. HEX triplet: D1, 7A and 27. RGB value is (209,122,39). Sum of RGB (Red+Green+Blue) = 209+122+39=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A27 is #2E85D8. Grayscale: #8A8A8A. Windows color (decimal): -3048921 or 2587345. OLE color: 2587345.

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

Color convert

RGB 209 122 39 -
CMYK 0 0.42 0.81 0.18
HSL 29.29º 0.69% 0.49% -
HSV(B) 29.29º 0.81% 0.82% -
XYZ 33.62 27.62 5.48 -
YUV 138.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 209 122 39 0 0.42 0.81 0.18 29.29 0.69 0.49
Hex D1 7A 27 0 2A 51 12 1D 45 31
Octal 321 172 47 0 52 121 22 35 105 61
Binary 11010001 1111010 100111 0 101010 1010001 10010 11101 1000101 110001

Color Harmonies of #D17A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17A27

Black with #D17A27

Text Example


Text Example

White with #D17A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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