Html Css Color HEX #D66C51 Japonica

📋 copy color: '#D66C51'

red 214 ◦ green 108 ◦ blue 81

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

Shades of Japonica #D66C51

Tints of Japonica #D66C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.1%

R = 53.1%
G = 26.8%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D66C51 (or 0xD66C51) is known color: Japonica. HEX triplet: D6, 6C and 51. RGB value is (214,108,81). Sum of RGB (Red+Green+Blue) = 214+108+81=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C51 is #2993AE. Grayscale: #888888. Windows color (decimal): -2724783 or 5336278. OLE color: 5336278.

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

Color convert

RGB 214 108 81 -
CMYK 0 0.50 0.62 0.16
HSL 12.18º 0.62% 0.58% -
HSV(B) 12.18º 0.62% 0.84% -
XYZ 34.58 25.62 10.91 -
YUV 136.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 214 108 81 0 0.50 0.62 0.16 12.18 0.62 0.58
Hex D6 6C 51 0 32 3E 10 C 3E 3A
Octal 326 154 121 0 62 76 20 14 76 72
Binary 11010110 1101100 1010001 0 110010 111110 10000 1100 111110 111010

Color Harmonies of #D66C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C51

Black with #D66C51

Text Example


Text Example

White with #D66C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C51; }

 p { color: rgb(214,108,81); }

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

background-color css

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

 a { background-color: rgb(214,108,81); }

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

border-color css

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

 span { border-color: rgb(214,108,81); }

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