Html Css Color HEX #D66F52 Japonica

📋 copy color: '#D66F52'

red 214 ◦ green 111 ◦ blue 82

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

Shades of Japonica #D66F52

Tints of Japonica #D66F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.15%

R = 52.58%
G = 27.27%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D66F52 (or 0xD66F52) is known color: Japonica. HEX triplet: D6, 6F and 52. RGB value is (214,111,82). Sum of RGB (Red+Green+Blue) = 214+111+82=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F52 is #2990AD. Grayscale: #8A8A8A. Windows color (decimal): -2724014 or 5402582. OLE color: 5402582.

HSL color Cylindrical-coordinate representation of color #D66F52: hue angle of 13.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 #D66F52 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 82 -
CMYK 0 0.48 0.62 0.16
HSL 13.18º 0.62% 0.58% -
HSV(B) 13.18º 0.62% 0.84% -
XYZ 34.94 26.27 11.21 -
YUV 138.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 214 111 82 0 0.48 0.62 0.16 13.18 0.62 0.58
Hex D6 6F 52 0 30 3E 10 D 3E 3A
Octal 326 157 122 0 60 76 20 15 76 72
Binary 11010110 1101111 1010010 0 110000 111110 10000 1101 111110 111010

Color Harmonies of #D66F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F52

Black with #D66F52

Text Example


Text Example

White with #D66F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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