Html Css Color HEX #D17B15 Ochre

📋 copy color: '#D17B15'

red 209 ◦ green 123 ◦ blue 21

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

Shades of Ochre #D17B15

Tints of Ochre #D17B15

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

 BLUE value IS 21 (8.59% from 255) = 5.95%

R = 59.21%
G = 34.84%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D17B15 (or 0xD17B15) is known color: Ochre. HEX triplet: D1, 7B and 15. RGB value is (209,123,21). Sum of RGB (Red+Green+Blue) = 209+123+21=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D17B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17B15 is #2E84EA. Grayscale: #898989. Windows color (decimal): -3048683 or 1407953. OLE color: 1407953.

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

Color convert

RGB 209 123 21 -
CMYK 0 0.41 0.90 0.18
HSL 32.55º 0.82% 0.45% -
HSV(B) 32.55º 0.9% 0.82% -
XYZ 33.51 27.78 4.3 -
YUV 137.09 62.49 179.29 -
System Red Green Blue C M Y K H S L
Decimal 209 123 21 0 0.41 0.90 0.18 32.55 0.82 0.45
Hex D1 7B 15 0 29 5A 12 21 52 2D
Octal 321 173 25 0 51 132 22 41 122 55
Binary 11010001 1111011 10101 0 101001 1011010 10010 100001 1010010 101101

Color Harmonies of #D17B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17B15

Black with #D17B15

Text Example


Text Example

White with #D17B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17B15; }

 p { color: rgb(209,123,21); }

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

background-color css

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

 a { background-color: rgb(209,123,21); }

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

border-color css

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

 span { border-color: rgb(209,123,21); }

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