Html Css Color HEX #D66F59 Japonica

📋 copy color: '#D66F59'

red 214 ◦ green 111 ◦ blue 89

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

Shades of Japonica #D66F59

Tints of Japonica #D66F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.5%

R = 51.69%
G = 26.81%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D66F59 (or 0xD66F59) is known color: Japonica. HEX triplet: D6, 6F and 59. RGB value is (214,111,89). Sum of RGB (Red+Green+Blue) = 214+111+89=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F59 is #2990A6. Grayscale: #8B8B8B. Windows color (decimal): -2724007 or 5861334. OLE color: 5861334.

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

Color convert

RGB 214 111 89 -
CMYK 0 0.48 0.58 0.16
HSL 10.56º 0.6% 0.59% -
HSV(B) 10.56º 0.58% 0.84% -
XYZ 35.22 26.39 12.69 -
YUV 139.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 214 111 89 0 0.48 0.58 0.16 10.56 0.6 0.59
Hex D6 6F 59 0 30 3A 10 B 3C 3B
Octal 326 157 131 0 60 72 20 13 74 73
Binary 11010110 1101111 1011001 0 110000 111010 10000 1011 111100 111011

Color Harmonies of #D66F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F59

Black with #D66F59

Text Example


Text Example

White with #D66F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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