Html Css Color HEX #D66F57 Japonica

📋 copy color: '#D66F57'

red 214 ◦ green 111 ◦ blue 87

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

Shades of Japonica #D66F57

Tints of Japonica #D66F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.12%

R = 51.94%
G = 26.94%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D66F57 (or 0xD66F57) is known color: Japonica. HEX triplet: D6, 6F and 57. RGB value is (214,111,87). Sum of RGB (Red+Green+Blue) = 214+111+87=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F57 is #2990A8. Grayscale: #8B8B8B. Windows color (decimal): -2724009 or 5730262. OLE color: 5730262.

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

Color convert

RGB 214 111 87 -
CMYK 0 0.48 0.59 0.16
HSL 11.34º 0.61% 0.59% -
HSV(B) 11.34º 0.59% 0.84% -
XYZ 35.14 26.35 12.25 -
YUV 139.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 214 111 87 0 0.48 0.59 0.16 11.34 0.61 0.59
Hex D6 6F 57 0 30 3B 10 B 3D 3B
Octal 326 157 127 0 60 73 20 13 75 73
Binary 11010110 1101111 1010111 0 110000 111011 10000 1011 111101 111011

Color Harmonies of #D66F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F57

Black with #D66F57

Text Example


Text Example

White with #D66F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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