Html Css Color HEX #D17514 Ochre

📋 copy color: '#D17514'

red 209 ◦ green 117 ◦ blue 20

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

Shades of Ochre #D17514

Tints of Ochre #D17514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 60.4%
G = 33.82%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D17514 (or 0xD17514) is known color: Ochre. HEX triplet: D1, 75 and 14. RGB value is (209,117,20). Sum of RGB (Red+Green+Blue) = 209+117+20=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D17514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17514 is #2E8AEB. Grayscale: #858585. Windows color (decimal): -3050220 or 1340881. OLE color: 1340881.

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

Color convert

RGB 209 117 20 -
CMYK 0 0.44 0.90 0.18
HSL 30.79º 0.83% 0.45% -
HSV(B) 30.79º 0.9% 0.82% -
XYZ 32.78 26.33 4.02 -
YUV 133.45 63.98 181.89 -
System Red Green Blue C M Y K H S L
Decimal 209 117 20 0 0.44 0.90 0.18 30.79 0.83 0.45
Hex D1 75 14 0 2C 5A 12 1F 53 2D
Octal 321 165 24 0 54 132 22 37 123 55
Binary 11010001 1110101 10100 0 101100 1011010 10010 11111 1010011 101101

Color Harmonies of #D17514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17514

Black with #D17514

Text Example


Text Example

White with #D17514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17514; }

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

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

background-color css

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

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

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

border-color css

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

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

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