Html Css Color HEX #D2830F Ochre

📋 copy color: '#D2830F'

red 210 ◦ green 131 ◦ blue 15

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

Shades of Ochre #D2830F

Tints of Ochre #D2830F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 58.99%
G = 36.8%
B = 4.21%

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

#D2830F (or 0xD2830F) is known color: Ochre. HEX triplet: D2, 83 and 0F. RGB value is (210,131,15). Sum of RGB (Red+Green+Blue) = 210+131+15=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2830F is #2D7CF0. Grayscale: #8D8D8D. Windows color (decimal): -2981105 or 1016786. OLE color: 1016786.

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

Color convert

RGB 210 131 15 -
CMYK 0 0.38 0.93 0.18
HSL 35.69º 0.87% 0.44% -
HSV(B) 35.69º 0.93% 0.82% -
XYZ 34.78 29.97 4.4 -
YUV 141.4 56.67 176.93 -
System Red Green Blue C M Y K H S L
Decimal 210 131 15 0 0.38 0.93 0.18 35.69 0.87 0.44
Hex D2 83 F 0 26 5D 12 24 57 2C
Octal 322 203 17 0 46 135 22 44 127 54
Binary 11010010 10000011 1111 0 100110 1011101 10010 100100 1010111 101100

Color Harmonies of #D2830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2830F

Black with #D2830F

Text Example


Text Example

White with #D2830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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