Html Css Color HEX #D27066 Japonica

📋 copy color: '#D27066'

red 210 ◦ green 112 ◦ blue 102

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

Shades of Japonica #D27066

Tints of Japonica #D27066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.42%

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 49.53%
G = 26.42%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D27066 (or 0xD27066) is known color: Japonica. HEX triplet: D2, 70 and 66. RGB value is (210,112,102). Sum of RGB (Red+Green+Blue) = 210+112+102=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D27066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27066 is #2D8F99. Grayscale: #8C8C8C. Windows color (decimal): -2985882 or 6713554. OLE color: 6713554.

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

Color convert

RGB 210 112 102 -
CMYK 0 0.47 0.51 0.18
HSL 5.56º 0.55% 0.61% -
HSV(B) 5.56º 0.51% 0.82% -
XYZ 34.77 26.25 15.8 -
YUV 140.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 210 112 102 0 0.47 0.51 0.18 5.56 0.55 0.61
Hex D2 70 66 0 2F 33 12 6 37 3D
Octal 322 160 146 0 57 63 22 6 67 75
Binary 11010010 1110000 1100110 0 101111 110011 10010 110 110111 111101

Color Harmonies of #D27066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27066

Black with #D27066

Text Example


Text Example

White with #D27066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27066; }

 p { color: rgb(210,112,102); }

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

background-color css

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

 a { background-color: rgb(210,112,102); }

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

border-color css

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

 span { border-color: rgb(210,112,102); }

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