Html Css Color HEX #D17A1F Ochre

📋 copy color: '#D17A1F'

red 209 ◦ green 122 ◦ blue 31

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

Shades of Ochre #D17A1F

Tints of Ochre #D17A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 57.73%
G = 33.7%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D17A1F (or 0xD17A1F) is known color: Ochre. HEX triplet: D1, 7A and 1F. RGB value is (209,122,31). Sum of RGB (Red+Green+Blue) = 209+122+31=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A1F is #2E85E0. Grayscale: #8A8A8A. Windows color (decimal): -3048929 or 2063057. OLE color: 2063057.

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

Color convert

RGB 209 122 31 -
CMYK 0 0.42 0.85 0.18
HSL 30.67º 0.74% 0.47% -
HSV(B) 30.67º 0.85% 0.82% -
XYZ 33.5 27.57 4.85 -
YUV 137.64 67.82 178.9 -
System Red Green Blue C M Y K H S L
Decimal 209 122 31 0 0.42 0.85 0.18 30.67 0.74 0.47
Hex D1 7A 1F 0 2A 55 12 1F 4A 2F
Octal 321 172 37 0 52 125 22 37 112 57
Binary 11010001 1111010 11111 0 101010 1010101 10010 11111 1001010 101111

Color Harmonies of #D17A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17A1F

Black with #D17A1F

Text Example


Text Example

White with #D17A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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