Html Css Color HEX #D06F64 Japonica

📋 copy color: '#D06F64'

red 208 ◦ green 111 ◦ blue 100

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

Shades of Japonica #D06F64

Tints of Japonica #D06F64

RGB

 RED value IS 208 (81.64% from 255) = 49.64%

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

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 49.64%
G = 26.49%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D06F64 (or 0xD06F64) is known color: Japonica. HEX triplet: D0, 6F and 64. RGB value is (208,111,100). Sum of RGB (Red+Green+Blue) = 208+111+100=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F64 is #2F909B. Grayscale: #8A8A8A. Windows color (decimal): -3117212 or 6582224. OLE color: 6582224.

HSL color Cylindrical-coordinate representation of color #D06F64: hue angle of 6.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06F64 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 111 100 -
CMYK 0 0.47 0.52 0.18
HSL 6.11º 0.53% 0.6% -
HSV(B) 6.11º 0.52% 0.82% -
XYZ 34 25.7 15.23 -
YUV 138.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 208 111 100 0 0.47 0.52 0.18 6.11 0.53 0.6
Hex D0 6F 64 0 2F 34 12 6 35 3C
Octal 320 157 144 0 57 64 22 6 65 74
Binary 11010000 1101111 1100100 0 101111 110100 10010 110 110101 111100

Color Harmonies of #D06F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F64

Black with #D06F64

Text Example


Text Example

White with #D06F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F64; }

 p { color: rgb(208,111,100); }

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

background-color css

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

 a { background-color: rgb(208,111,100); }

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

border-color css

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

 span { border-color: rgb(208,111,100); }

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