Html Css Color HEX #D26C54 Japonica

📋 copy color: '#D26C54'

red 210 ◦ green 108 ◦ blue 84

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

Shades of Japonica #D26C54

Tints of Japonica #D26C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.9%

R = 52.24%
G = 26.87%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D26C54 (or 0xD26C54) is known color: Japonica. HEX triplet: D2, 6C and 54. RGB value is (210,108,84). Sum of RGB (Red+Green+Blue) = 210+108+84=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C54 is #2D93AB. Grayscale: #878787. Windows color (decimal): -2986924 or 5532882. OLE color: 5532882.

HSL color Cylindrical-coordinate representation of color #D26C54: hue angle of 11.43º 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 #D26C54 is Cyan = 0, Magento = 0.49, Yellow = 0.6 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 108 84 -
CMYK 0 0.49 0.6 0.18
HSL 11.43º 0.58% 0.58% -
HSV(B) 11.43º 0.6% 0.82% -
XYZ 33.54 25.07 11.46 -
YUV 135.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 210 108 84 0 0.49 0.6 0.18 11.43 0.58 0.58
Hex D2 6C 54 0 31 3C 12 B 3A 3A
Octal 322 154 124 0 61 74 22 13 72 72
Binary 11010010 1101100 1010100 0 110001 111100 10010 1011 111010 111010

Color Harmonies of #D26C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26C54

Black with #D26C54

Text Example


Text Example

White with #D26C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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