Html Css Color HEX #D17B1A Ochre

📋 copy color: '#D17B1A'

red 209 ◦ green 123 ◦ blue 26

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

Shades of Ochre #D17B1A

Tints of Ochre #D17B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.26%

R = 58.38%
G = 34.36%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D17B1A (or 0xD17B1A) is known color: Ochre. HEX triplet: D1, 7B and 1A. RGB value is (209,123,26). Sum of RGB (Red+Green+Blue) = 209+123+26=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D17B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17B1A is #2E84E5. Grayscale: #8A8A8A. Windows color (decimal): -3048678 or 1735633. OLE color: 1735633.

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

Color convert

RGB 209 123 26 -
CMYK 0 0.41 0.88 0.18
HSL 31.8º 0.78% 0.46% -
HSV(B) 31.8º 0.88% 0.82% -
XYZ 33.56 27.8 4.57 -
YUV 137.66 64.99 178.89 -
System Red Green Blue C M Y K H S L
Decimal 209 123 26 0 0.41 0.88 0.18 31.8 0.78 0.46
Hex D1 7B 1A 0 29 58 12 20 4E 2E
Octal 321 173 32 0 51 130 22 40 116 56
Binary 11010001 1111011 11010 0 101001 1011000 10010 100000 1001110 101110

Color Harmonies of #D17B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17B1A

Black with #D17B1A

Text Example


Text Example

White with #D17B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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