Html Css Color HEX #D66F5C Japonica

📋 copy color: '#D66F5C'

red 214 ◦ green 111 ◦ blue 92

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

Shades of Japonica #D66F5C

Tints of Japonica #D66F5C

RGB

 RED value IS 214 (83.98% from 255) = 51.32%

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

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 51.32%
G = 26.62%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D66F5C (or 0xD66F5C) is known color: Japonica. HEX triplet: D6, 6F and 5C. RGB value is (214,111,92). Sum of RGB (Red+Green+Blue) = 214+111+92=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F5C is #2990A3. Grayscale: #8B8B8B. Windows color (decimal): -2724004 or 6057942. OLE color: 6057942.

HSL color Cylindrical-coordinate representation of color #D66F5C: hue angle of 9.34º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D66F5C is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 92 -
CMYK 0 0.48 0.57 0.16
HSL 9.34º 0.6% 0.6% -
HSV(B) 9.34º 0.57% 0.84% -
XYZ 35.35 26.44 13.37 -
YUV 139.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 214 111 92 0 0.48 0.57 0.16 9.34 0.6 0.6
Hex D6 6F 5C 0 30 39 10 9 3C 3C
Octal 326 157 134 0 60 71 20 11 74 74
Binary 11010110 1101111 1011100 0 110000 111001 10000 1001 111100 111100

Color Harmonies of #D66F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F5C

Black with #D66F5C

Text Example


Text Example

White with #D66F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F5C; }

 p { color: rgb(214,111,92); }

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

background-color css

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

 a { background-color: rgb(214,111,92); }

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

border-color css

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

 span { border-color: rgb(214,111,92); }

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