Html Css Color HEX #D26C55 Japonica

📋 copy color: '#D26C55'

red 210 ◦ green 108 ◦ blue 85

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

Shades of Japonica #D26C55

Tints of Japonica #D26C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 52.11%
G = 26.8%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D26C55 (or 0xD26C55) is known color: Japonica. HEX triplet: D2, 6C and 55. RGB value is (210,108,85). Sum of RGB (Red+Green+Blue) = 210+108+85=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C55 is #2D93AA. Grayscale: #888888. Windows color (decimal): -2986923 or 5598418. OLE color: 5598418.

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

Color convert

RGB 210 108 85 -
CMYK 0 0.49 0.60 0.18
HSL 11.04º 0.58% 0.58% -
HSV(B) 11.04º 0.6% 0.82% -
XYZ 33.58 25.08 11.67 -
YUV 135.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 210 108 85 0 0.49 0.60 0.18 11.04 0.58 0.58
Hex D2 6C 55 0 31 3C 12 B 3A 3A
Octal 322 154 125 0 61 74 22 13 72 72
Binary 11010010 1101100 1010101 0 110001 111100 10010 1011 111010 111010

Color Harmonies of #D26C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26C55

Black with #D26C55

Text Example


Text Example

White with #D26C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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