Html Css Color HEX #D18121 Ochre

📋 copy color: '#D18121'

red 209 ◦ green 129 ◦ blue 33

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

Shades of Ochre #D18121

Tints of Ochre #D18121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

 BLUE value IS 33 (13.28% from 255) = 8.89%

R = 56.33%
G = 34.77%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D18121 (or 0xD18121) is known color: Ochre. HEX triplet: D1, 81 and 21. RGB value is (209,129,33). Sum of RGB (Red+Green+Blue) = 209+129+33=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D18121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18121 is #2E7EDE. Grayscale: #8E8E8E. Windows color (decimal): -3047135 or 2195921. OLE color: 2195921.

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

Color convert

RGB 209 129 33 -
CMYK 0 0.38 0.84 0.18
HSL 32.73º 0.73% 0.47% -
HSV(B) 32.73º 0.84% 0.82% -
XYZ 34.42 29.37 5.29 -
YUV 141.98 66.5 175.81 -
System Red Green Blue C M Y K H S L
Decimal 209 129 33 0 0.38 0.84 0.18 32.73 0.73 0.47
Hex D1 81 21 0 26 54 12 21 49 2F
Octal 321 201 41 0 46 124 22 41 111 57
Binary 11010001 10000001 100001 0 100110 1010100 10010 100001 1001001 101111

Color Harmonies of #D18121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18121

Black with #D18121

Text Example


Text Example

White with #D18121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18121; }

 p { color: rgb(209,129,33); }

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

background-color css

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

 a { background-color: rgb(209,129,33); }

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

border-color css

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

 span { border-color: rgb(209,129,33); }

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