Html Css Color HEX #D66D50 Japonica

📋 copy color: '#D66D50'

red 214 ◦ green 109 ◦ blue 80

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

Shades of Japonica #D66D50

Tints of Japonica #D66D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 53.1%
G = 27.05%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D66D50 (or 0xD66D50) is known color: Japonica. HEX triplet: D6, 6D and 50. RGB value is (214,109,80). Sum of RGB (Red+Green+Blue) = 214+109+80=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D50 is #2992AF. Grayscale: #898989. Windows color (decimal): -2724528 or 5270998. OLE color: 5270998.

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

Color convert

RGB 214 109 80 -
CMYK 0 0.49 0.63 0.16
HSL 12.99º 0.62% 0.58% -
HSV(B) 12.99º 0.63% 0.84% -
XYZ 34.65 25.81 10.75 -
YUV 137.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 214 109 80 0 0.49 0.63 0.16 12.99 0.62 0.58
Hex D6 6D 50 0 31 3F 10 D 3E 3A
Octal 326 155 120 0 61 77 20 15 76 72
Binary 11010110 1101101 1010000 0 110001 111111 10000 1101 111110 111010

Color Harmonies of #D66D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66D50

Black with #D66D50

Text Example


Text Example

White with #D66D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66D50; }

 p { color: rgb(214,109,80); }

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

background-color css

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

 a { background-color: rgb(214,109,80); }

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

border-color css

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

 span { border-color: rgb(214,109,80); }

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