Html Css Color HEX #D27520 Ochre

📋 copy color: '#D27520'

red 210 ◦ green 117 ◦ blue 32

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

Shades of Ochre #D27520

Tints of Ochre #D27520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 32 (12.89% from 255) = 8.91%

R = 58.5%
G = 32.59%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D27520 (or 0xD27520) is known color: Ochre. HEX triplet: D2, 75 and 20. RGB value is (210,117,32). Sum of RGB (Red+Green+Blue) = 210+117+32=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D27520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27520 is #2D8ADF. Grayscale: #878787. Windows color (decimal): -2984672 or 2127314. OLE color: 2127314.

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

Color convert

RGB 210 117 32 -
CMYK 0 0.44 0.85 0.18
HSL 28.65º 0.74% 0.47% -
HSV(B) 28.65º 0.85% 0.82% -
XYZ 33.2 26.53 4.74 -
YUV 135.12 69.81 181.41 -
System Red Green Blue C M Y K H S L
Decimal 210 117 32 0 0.44 0.85 0.18 28.65 0.74 0.47
Hex D2 75 20 0 2C 55 12 1D 4A 2F
Octal 322 165 40 0 54 125 22 35 112 57
Binary 11010010 1110101 100000 0 101100 1010101 10010 11101 1001010 101111

Color Harmonies of #D27520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27520

Black with #D27520

Text Example


Text Example

White with #D27520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27520; }

 p { color: rgb(210,117,32); }

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

background-color css

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

 a { background-color: rgb(210,117,32); }

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

border-color css

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

 span { border-color: rgb(210,117,32); }

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