Html Css Color HEX #D27C56 Japonica

📋 copy color: '#D27C56'

red 210 ◦ green 124 ◦ blue 86

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

Shades of Japonica #D27C56

Tints of Japonica #D27C56

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 50%
G = 29.52%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D27C56 (or 0xD27C56) is known color: Japonica. HEX triplet: D2, 7C and 56. RGB value is (210,124,86). Sum of RGB (Red+Green+Blue) = 210+124+86=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C56 is #2D83A9. Grayscale: #919191. Windows color (decimal): -2982826 or 5668050. OLE color: 5668050.

HSL color Cylindrical-coordinate representation of color #D27C56: hue angle of 18.39º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D27C56 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 86 -
CMYK 0 0.41 0.59 0.18
HSL 18.39º 0.58% 0.58% -
HSV(B) 18.39º 0.59% 0.82% -
XYZ 35.47 28.79 12.49 -
YUV 145.38 94.49 174.09 -
System Red Green Blue C M Y K H S L
Decimal 210 124 86 0 0.41 0.59 0.18 18.39 0.58 0.58
Hex D2 7C 56 0 29 3B 12 12 3A 3A
Octal 322 174 126 0 51 73 22 22 72 72
Binary 11010010 1111100 1010110 0 101001 111011 10010 10010 111010 111010

Color Harmonies of #D27C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C56

Black with #D27C56

Text Example


Text Example

White with #D27C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C56; }

 p { color: rgb(210,124,86); }

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

background-color css

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

 a { background-color: rgb(210,124,86); }

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

border-color css

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

 span { border-color: rgb(210,124,86); }

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