Html Css Color HEX #D1800F Ochre

📋 copy color: '#D1800F'

red 209 ◦ green 128 ◦ blue 15

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

Shades of Ochre #D1800F

Tints of Ochre #D1800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.36%

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 59.38%
G = 36.36%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1800F (or 0xD1800F) is known color: Ochre. HEX triplet: D1, 80 and 0F. RGB value is (209,128,15). Sum of RGB (Red+Green+Blue) = 209+128+15=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1800F is #2E7FF0. Grayscale: #8B8B8B. Windows color (decimal): -3047409 or 1016017. OLE color: 1016017.

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

Color convert

RGB 209 128 15 -
CMYK 0 0.39 0.93 0.18
HSL 34.95º 0.87% 0.44% -
HSV(B) 34.95º 0.93% 0.82% -
XYZ 34.1 29.03 4.26 -
YUV 139.34 57.84 177.69 -
System Red Green Blue C M Y K H S L
Decimal 209 128 15 0 0.39 0.93 0.18 34.95 0.87 0.44
Hex D1 80 F 0 27 5D 12 23 57 2C
Octal 321 200 17 0 47 135 22 43 127 54
Binary 11010001 10000000 1111 0 100111 1011101 10010 100011 1010111 101100

Color Harmonies of #D1800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1800F

Black with #D1800F

Text Example


Text Example

White with #D1800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1800F; }

 p { color: rgb(209,128,15); }

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

background-color css

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

 a { background-color: rgb(209,128,15); }

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

border-color css

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

 span { border-color: rgb(209,128,15); }

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