Html Css Color HEX #D27A5E Japonica

📋 copy color: '#D27A5E'

red 210 ◦ green 122 ◦ blue 94

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

Shades of Japonica #D27A5E

Tints of Japonica #D27A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

 BLUE value IS 94 (37.11% from 255) = 22.07%

R = 49.3%
G = 28.64%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D27A5E (or 0xD27A5E) is known color: Japonica. HEX triplet: D2, 7A and 5E. RGB value is (210,122,94). Sum of RGB (Red+Green+Blue) = 210+122+94=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A5E is #2D85A1. Grayscale: #919191. Windows color (decimal): -2983330 or 6191826. OLE color: 6191826.

HSL color Cylindrical-coordinate representation of color #D27A5E: hue angle of 14.48º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D27A5E is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 122 94 -
CMYK 0 0.42 0.55 0.18
HSL 14.48º 0.56% 0.6% -
HSV(B) 14.48º 0.55% 0.82% -
XYZ 35.56 28.43 14.2 -
YUV 145.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 210 122 94 0 0.42 0.55 0.18 14.48 0.56 0.6
Hex D2 7A 5E 0 2A 37 12 E 38 3C
Octal 322 172 136 0 52 67 22 16 70 74
Binary 11010010 1111010 1011110 0 101010 110111 10010 1110 111000 111100

Color Harmonies of #D27A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A5E

Black with #D27A5E

Text Example


Text Example

White with #D27A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A5E; }

 p { color: rgb(210,122,94); }

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

background-color css

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

 a { background-color: rgb(210,122,94); }

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

border-color css

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

 span { border-color: rgb(210,122,94); }

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