Html Css Color HEX #D26C52 Japonica

📋 copy color: '#D26C52'

red 210 ◦ green 108 ◦ blue 82

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

Shades of Japonica #D26C52

Tints of Japonica #D26C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.5%

R = 52.5%
G = 27%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D26C52 (or 0xD26C52) is known color: Japonica. HEX triplet: D2, 6C and 52. RGB value is (210,108,82). Sum of RGB (Red+Green+Blue) = 210+108+82=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C52 is #2D93AD. Grayscale: #878787. Windows color (decimal): -2986926 or 5401810. OLE color: 5401810.

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

Color convert

RGB 210 108 82 -
CMYK 0 0.49 0.61 0.18
HSL 12.19º 0.59% 0.57% -
HSV(B) 12.19º 0.61% 0.82% -
XYZ 33.46 25.04 11.05 -
YUV 135.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 210 108 82 0 0.49 0.61 0.18 12.19 0.59 0.57
Hex D2 6C 52 0 31 3D 12 C 3B 39
Octal 322 154 122 0 61 75 22 14 73 71
Binary 11010010 1101100 1010010 0 110001 111101 10010 1100 111011 111001

Color Harmonies of #D26C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26C52

Black with #D26C52

Text Example


Text Example

White with #D26C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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