Html Css Color HEX #D17A1B Ochre

📋 copy color: '#D17A1B'

red 209 ◦ green 122 ◦ blue 27

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

Shades of Ochre #D17A1B

Tints of Ochre #D17A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.08%

 BLUE value IS 27 (10.94% from 255) = 7.54%

R = 58.38%
G = 34.08%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D17A1B (or 0xD17A1B) is known color: Ochre. HEX triplet: D1, 7A and 1B. RGB value is (209,122,27). Sum of RGB (Red+Green+Blue) = 209+122+27=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A1B is #2E85E4. Grayscale: #898989. Windows color (decimal): -3048933 or 1800913. OLE color: 1800913.

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

Color convert

RGB 209 122 27 -
CMYK 0 0.42 0.87 0.18
HSL 31.32º 0.77% 0.46% -
HSV(B) 31.32º 0.87% 0.82% -
XYZ 33.45 27.55 4.59 -
YUV 137.18 65.82 179.22 -
System Red Green Blue C M Y K H S L
Decimal 209 122 27 0 0.42 0.87 0.18 31.32 0.77 0.46
Hex D1 7A 1B 0 2A 57 12 1F 4D 2E
Octal 321 172 33 0 52 127 22 37 115 56
Binary 11010001 1111010 11011 0 101010 1010111 10010 11111 1001101 101110

Color Harmonies of #D17A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17A1B

Black with #D17A1B

Text Example


Text Example

White with #D17A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17A1B; }

 p { color: rgb(209,122,27); }

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

background-color css

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

 a { background-color: rgb(209,122,27); }

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

border-color css

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

 span { border-color: rgb(209,122,27); }

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