Html Css Color HEX #D2731E Ochre

📋 copy color: '#D2731E'

red 210 ◦ green 115 ◦ blue 30

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

Shades of Ochre #D2731E

Tints of Ochre #D2731E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

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

R = 59.15%
G = 32.39%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2731E (or 0xD2731E) is known color: Ochre. HEX triplet: D2, 73 and 1E. RGB value is (210,115,30). Sum of RGB (Red+Green+Blue) = 210+115+30=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2731E is #2D8CE1. Grayscale: #868686. Windows color (decimal): -2985186 or 1995730. OLE color: 1995730.

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

Color convert

RGB 210 115 30 -
CMYK 0 0.45 0.86 0.18
HSL 28.33º 0.75% 0.47% -
HSV(B) 28.33º 0.86% 0.82% -
XYZ 32.94 26.06 4.52 -
YUV 133.72 69.47 182.41 -
System Red Green Blue C M Y K H S L
Decimal 210 115 30 0 0.45 0.86 0.18 28.33 0.75 0.47
Hex D2 73 1E 0 2D 56 12 1C 4B 2F
Octal 322 163 36 0 55 126 22 34 113 57
Binary 11010010 1110011 11110 0 101101 1010110 10010 11100 1001011 101111

Color Harmonies of #D2731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2731E

Black with #D2731E

Text Example


Text Example

White with #D2731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2731E; }

 p { color: rgb(210,115,30); }

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

background-color css

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

 a { background-color: rgb(210,115,30); }

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

border-color css

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

 span { border-color: rgb(210,115,30); }

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