Html Css Color HEX #D17728 Ochre

📋 copy color: '#D17728'

red 209 ◦ green 119 ◦ blue 40

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

Shades of Ochre #D17728

Tints of Ochre #D17728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

 BLUE value IS 40 (16.02% from 255) = 10.87%

R = 56.79%
G = 32.34%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D17728 (or 0xD17728) is known color: Ochre. HEX triplet: D1, 77 and 28. RGB value is (209,119,40). Sum of RGB (Red+Green+Blue) = 209+119+40=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D17728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17728 is #2E88D7. Grayscale: #898989. Windows color (decimal): -3049688 or 2652113. OLE color: 2652113.

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

Color convert

RGB 209 119 40 -
CMYK 0 0.43 0.81 0.18
HSL 28.05º 0.68% 0.49% -
HSV(B) 28.05º 0.81% 0.82% -
XYZ 33.27 26.9 5.45 -
YUV 136.9 73.32 179.42 -
System Red Green Blue C M Y K H S L
Decimal 209 119 40 0 0.43 0.81 0.18 28.05 0.68 0.49
Hex D1 77 28 0 2B 51 12 1C 44 31
Octal 321 167 50 0 53 121 22 34 104 61
Binary 11010001 1110111 101000 0 101011 1010001 10010 11100 1000100 110001

Color Harmonies of #D17728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17728

Black with #D17728

Text Example


Text Example

White with #D17728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17728; }

 p { color: rgb(209,119,40); }

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

background-color css

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

 a { background-color: rgb(209,119,40); }

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

border-color css

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

 span { border-color: rgb(209,119,40); }

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