Html Css Color HEX #D2810F Ochre

📋 copy color: '#D2810F'

red 210 ◦ green 129 ◦ blue 15

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

Shades of Ochre #D2810F

Tints of Ochre #D2810F

RGB

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

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

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

R = 59.32%
G = 36.44%
B = 4.24%

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

#D2810F (or 0xD2810F) is known color: Ochre. HEX triplet: D2, 81 and 0F. RGB value is (210,129,15). Sum of RGB (Red+Green+Blue) = 210+129+15=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2810F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2810F is #2D7EF0. Grayscale: #8C8C8C. Windows color (decimal): -2981617 or 1016274. OLE color: 1016274.

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

Color convert

RGB 210 129 15 -
CMYK 0 0.39 0.93 0.18
HSL 35.08º 0.87% 0.44% -
HSV(B) 35.08º 0.93% 0.82% -
XYZ 34.51 29.44 4.31 -
YUV 140.22 57.34 177.77 -
System Red Green Blue C M Y K H S L
Decimal 210 129 15 0 0.39 0.93 0.18 35.08 0.87 0.44
Hex D2 81 F 0 27 5D 12 23 57 2C
Octal 322 201 17 0 47 135 22 43 127 54
Binary 11010010 10000001 1111 0 100111 1011101 10010 100011 1010111 101100

Color Harmonies of #D2810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2810F

Black with #D2810F

Text Example


Text Example

White with #D2810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2810F; }

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

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

background-color css

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

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

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

border-color css

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

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

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