Html Css Color HEX #D27065 Japonica

📋 copy color: '#D27065'

red 210 ◦ green 112 ◦ blue 101

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

Shades of Japonica #D27065

Tints of Japonica #D27065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 49.65%
G = 26.48%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D27065 (or 0xD27065) is known color: Japonica. HEX triplet: D2, 70 and 65. RGB value is (210,112,101). Sum of RGB (Red+Green+Blue) = 210+112+101=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D27065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27065 is #2D8F9A. Grayscale: #8C8C8C. Windows color (decimal): -2985883 or 6648018. OLE color: 6648018.

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

Color convert

RGB 210 112 101 -
CMYK 0 0.47 0.52 0.18
HSL 6.06º 0.55% 0.61% -
HSV(B) 6.06º 0.52% 0.82% -
XYZ 34.72 26.23 15.54 -
YUV 140.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 210 112 101 0 0.47 0.52 0.18 6.06 0.55 0.61
Hex D2 70 65 0 2F 34 12 6 37 3D
Octal 322 160 145 0 57 64 22 6 67 75
Binary 11010010 1110000 1100101 0 101111 110100 10010 110 110111 111101

Color Harmonies of #D27065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27065

Black with #D27065

Text Example


Text Example

White with #D27065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27065; }

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

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

background-color css

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

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

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

border-color css

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

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

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