Html Css Color HEX #D17E0A Ochre

📋 copy color: '#D17E0A'

red 209 ◦ green 126 ◦ blue 10

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

Shades of Ochre #D17E0A

Tints of Ochre #D17E0A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.52%

 BLUE value IS 10 (4.3% from 255) = 2.9%

R = 60.58%
G = 36.52%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D17E0A (or 0xD17E0A) is known color: Ochre. HEX triplet: D1, 7E and 0A. RGB value is (209,126,10). Sum of RGB (Red+Green+Blue) = 209+126+10=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17E0A is #2E81F5. Grayscale: #8A8A8A. Windows color (decimal): -3047926 or 687825. OLE color: 687825.

HSL color Cylindrical-coordinate representation of color #D17E0A: hue angle of 34.97º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D17E0A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 126 10 -
CMYK 0 0.40 0.95 0.18
HSL 34.97º 0.91% 0.43% -
HSV(B) 34.97º 0.95% 0.82% -
XYZ 33.81 28.5 4.01 -
YUV 137.59 56 178.93 -
System Red Green Blue C M Y K H S L
Decimal 209 126 10 0 0.40 0.95 0.18 34.97 0.91 0.43
Hex D1 7E A 0 28 5F 12 23 5B 2B
Octal 321 176 12 0 50 137 22 43 133 53
Binary 11010001 1111110 1010 0 101000 1011111 10010 100011 1011011 101011

Color Harmonies of #D17E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17E0A

Black with #D17E0A

Text Example


Text Example

White with #D17E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17E0A; }

 p { color: rgb(209,126,10); }

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

background-color css

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

 a { background-color: rgb(209,126,10); }

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

border-color css

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

 span { border-color: rgb(209,126,10); }

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