Html Css Color HEX #D18714 Ochre

📋 copy color: '#D18714'

red 209 ◦ green 135 ◦ blue 20

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

Shades of Ochre #D18714

Tints of Ochre #D18714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 57.42%
G = 37.09%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D18714 (or 0xD18714) is known color: Ochre. HEX triplet: D1, 87 and 14. RGB value is (209,135,20). Sum of RGB (Red+Green+Blue) = 209+135+20=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D18714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18714 is #2E78EB. Grayscale: #909090. Windows color (decimal): -3045612 or 1345489. OLE color: 1345489.

HSL color Cylindrical-coordinate representation of color #D18714: hue angle of 36.51º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D18714 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 135 20 -
CMYK 0 0.35 0.90 0.18
HSL 36.51º 0.83% 0.45% -
HSV(B) 36.51º 0.9% 0.82% -
XYZ 35.08 30.93 4.78 -
YUV 144.02 58.02 174.35 -
System Red Green Blue C M Y K H S L
Decimal 209 135 20 0 0.35 0.90 0.18 36.51 0.83 0.45
Hex D1 87 14 0 23 5A 12 25 53 2D
Octal 321 207 24 0 43 132 22 45 123 55
Binary 11010001 10000111 10100 0 100011 1011010 10010 100101 1010011 101101

Color Harmonies of #D18714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18714

Black with #D18714

Text Example


Text Example

White with #D18714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18714; }

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

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

background-color css

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

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

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

border-color css

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

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

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