Html Css Color HEX #D2820F Ochre

📋 copy color: '#D2820F'

red 210 ◦ green 130 ◦ blue 15

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

Shades of Ochre #D2820F

Tints of Ochre #D2820F

RGB

 RED value IS 210 (82.42% from 255) = 59.15%

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

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

R = 59.15%
G = 36.62%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2820F (or 0xD2820F) is known color: Ochre. HEX triplet: D2, 82 and 0F. RGB value is (210,130,15). Sum of RGB (Red+Green+Blue) = 210+130+15=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2820F is #2D7DF0. Grayscale: #8D8D8D. Windows color (decimal): -2981361 or 1016530. OLE color: 1016530.

HSL color Cylindrical-coordinate representation of color #D2820F: hue angle of 35.38º 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 #D2820F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 130 15 -
CMYK 0 0.38 0.93 0.18
HSL 35.38º 0.87% 0.44% -
HSV(B) 35.38º 0.93% 0.82% -
XYZ 34.65 29.7 4.36 -
YUV 140.81 57 177.35 -
System Red Green Blue C M Y K H S L
Decimal 210 130 15 0 0.38 0.93 0.18 35.38 0.87 0.44
Hex D2 82 F 0 26 5D 12 23 57 2C
Octal 322 202 17 0 46 135 22 43 127 54
Binary 11010010 10000010 1111 0 100110 1011101 10010 100011 1010111 101100

Color Harmonies of #D2820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2820F

Black with #D2820F

Text Example


Text Example

White with #D2820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2820F; }

 p { color: rgb(210,130,15); }

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

background-color css

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

 a { background-color: rgb(210,130,15); }

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

border-color css

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

 span { border-color: rgb(210,130,15); }

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