Html Css Color HEX #D1821E Ochre

📋 copy color: '#D1821E'

red 209 ◦ green 130 ◦ blue 30

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

Shades of Ochre #D1821E

Tints of Ochre #D1821E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

 BLUE value IS 30 (12.11% from 255) = 8.13%

R = 56.64%
G = 35.23%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1821E (or 0xD1821E) is known color: Ochre. HEX triplet: D1, 82 and 1E. RGB value is (209,130,30). Sum of RGB (Red+Green+Blue) = 209+130+30=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1821E is #2E7DE1. Grayscale: #8E8E8E. Windows color (decimal): -3046882 or 1999569. OLE color: 1999569.

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

Color convert

RGB 209 130 30 -
CMYK 0 0.38 0.86 0.18
HSL 33.52º 0.75% 0.47% -
HSV(B) 33.52º 0.86% 0.82% -
XYZ 34.51 29.61 5.13 -
YUV 142.22 64.67 175.63 -
System Red Green Blue C M Y K H S L
Decimal 209 130 30 0 0.38 0.86 0.18 33.52 0.75 0.47
Hex D1 82 1E 0 26 56 12 22 4B 2F
Octal 321 202 36 0 46 126 22 42 113 57
Binary 11010001 10000010 11110 0 100110 1010110 10010 100010 1001011 101111

Color Harmonies of #D1821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1821E

Black with #D1821E

Text Example


Text Example

White with #D1821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1821E; }

 p { color: rgb(209,130,30); }

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

background-color css

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

 a { background-color: rgb(209,130,30); }

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

border-color css

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

 span { border-color: rgb(209,130,30); }

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