Html Css Color HEX #D26F54 Japonica

📋 copy color: '#D26F54'

red 210 ◦ green 111 ◦ blue 84

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

Shades of Japonica #D26F54

Tints of Japonica #D26F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

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

R = 51.85%
G = 27.41%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D26F54 (or 0xD26F54) is known color: Japonica. HEX triplet: D2, 6F and 54. RGB value is (210,111,84). Sum of RGB (Red+Green+Blue) = 210+111+84=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F54 is #2D90AB. Grayscale: #898989. Windows color (decimal): -2986156 or 5533650. OLE color: 5533650.

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

Color convert

RGB 210 111 84 -
CMYK 0 0.47 0.6 0.18
HSL 12.86º 0.58% 0.58% -
HSV(B) 12.86º 0.6% 0.82% -
XYZ 33.86 25.71 11.57 -
YUV 137.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 210 111 84 0 0.47 0.6 0.18 12.86 0.58 0.58
Hex D2 6F 54 0 2F 3C 12 D 3A 3A
Octal 322 157 124 0 57 74 22 15 72 72
Binary 11010010 1101111 1010100 0 101111 111100 10010 1101 111010 111010

Color Harmonies of #D26F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26F54

Black with #D26F54

Text Example


Text Example

White with #D26F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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