Html Css Color HEX #D26C58 Japonica

📋 copy color: '#D26C58'

red 210 ◦ green 108 ◦ blue 88

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

Shades of Japonica #D26C58

Tints of Japonica #D26C58

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

 BLUE value IS 88 (34.77% from 255) = 21.67%

R = 51.72%
G = 26.6%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D26C58 (or 0xD26C58) is known color: Japonica. HEX triplet: D2, 6C and 58. RGB value is (210,108,88). Sum of RGB (Red+Green+Blue) = 210+108+88=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C58 is #2D93A7. Grayscale: #888888. Windows color (decimal): -2986920 or 5795026. OLE color: 5795026.

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

Color convert

RGB 210 108 88 -
CMYK 0 0.49 0.58 0.18
HSL 9.84º 0.58% 0.58% -
HSV(B) 9.84º 0.58% 0.82% -
XYZ 33.7 25.13 12.31 -
YUV 136.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 210 108 88 0 0.49 0.58 0.18 9.84 0.58 0.58
Hex D2 6C 58 0 31 3A 12 A 3A 3A
Octal 322 154 130 0 61 72 22 12 72 72
Binary 11010010 1101100 1011000 0 110001 111010 10010 1010 111010 111010

Color Harmonies of #D26C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26C58

Black with #D26C58

Text Example


Text Example

White with #D26C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26C58; }

 p { color: rgb(210,108,88); }

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

background-color css

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

 a { background-color: rgb(210,108,88); }

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

border-color css

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

 span { border-color: rgb(210,108,88); }

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