Html Css Color HEX #D27F40 Raw Sienna

📋 copy color: '#D27F40'

red 210 ◦ green 127 ◦ blue 64

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

Shades of Raw Sienna #D27F40

Tints of Raw Sienna #D27F40

RGB

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

 GREEN value IS 127 (50% from 255) = 31.67%

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 52.37%
G = 31.67%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D27F40 (or 0xD27F40) is known color: Raw Sienna. HEX triplet: D2, 7F and 40. RGB value is (210,127,64). Sum of RGB (Red+Green+Blue) = 210+127+64=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27F40 is #2D80BF. Grayscale: #909090. Windows color (decimal): -2982080 or 4227026. OLE color: 4227026.

HSL color Cylindrical-coordinate representation of color #D27F40: hue angle of 25.89º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D27F40 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 127 64 -
CMYK 0 0.40 0.70 0.18
HSL 25.89º 0.62% 0.54% -
HSV(B) 25.89º 0.7% 0.82% -
XYZ 35.09 29.25 8.65 -
YUV 144.64 82.5 174.62 -
System Red Green Blue C M Y K H S L
Decimal 210 127 64 0 0.40 0.70 0.18 25.89 0.62 0.54
Hex D2 7F 40 0 28 46 12 1A 3E 36
Octal 322 177 100 0 50 106 22 32 76 66
Binary 11010010 1111111 1000000 0 101000 1000110 10010 11010 111110 110110

Color Harmonies of #D27F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F40

Black with #D27F40

Text Example


Text Example

White with #D27F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F40; }

 p { color: rgb(210,127,64); }

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

background-color css

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

 a { background-color: rgb(210,127,64); }

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

border-color css

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

 span { border-color: rgb(210,127,64); }

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