Html Css Color HEX #D18719 Ochre

📋 copy color: '#D18719'

red 209 ◦ green 135 ◦ blue 25

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

Shades of Ochre #D18719

Tints of Ochre #D18719

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 56.64%
G = 36.59%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D18719 (or 0xD18719) is known color: Ochre. HEX triplet: D1, 87 and 19. RGB value is (209,135,25). Sum of RGB (Red+Green+Blue) = 209+135+25=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D18719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18719 is #2E78E6. Grayscale: #919191. Windows color (decimal): -3045607 or 1673169. OLE color: 1673169.

HSL color Cylindrical-coordinate representation of color #D18719: hue angle of 35.87º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D18719 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 135 25 -
CMYK 0 0.35 0.88 0.18
HSL 35.87º 0.79% 0.46% -
HSV(B) 35.87º 0.88% 0.82% -
XYZ 35.13 30.95 5.04 -
YUV 144.59 60.52 173.94 -
System Red Green Blue C M Y K H S L
Decimal 209 135 25 0 0.35 0.88 0.18 35.87 0.79 0.46
Hex D1 87 19 0 23 58 12 24 4F 2E
Octal 321 207 31 0 43 130 22 44 117 56
Binary 11010001 10000111 11001 0 100011 1011000 10010 100100 1001111 101110

Color Harmonies of #D18719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18719

Black with #D18719

Text Example


Text Example

White with #D18719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18719; }

 p { color: rgb(209,135,25); }

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

background-color css

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

 a { background-color: rgb(209,135,25); }

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

border-color css

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

 span { border-color: rgb(209,135,25); }

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