Html Css Color HEX #D06F52 Japonica

📋 copy color: '#D06F52'

red 208 ◦ green 111 ◦ blue 82

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

Shades of Japonica #D06F52

Tints of Japonica #D06F52

RGB

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

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

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

R = 51.87%
G = 27.68%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D06F52 (or 0xD06F52) is known color: Japonica. HEX triplet: D0, 6F and 52. RGB value is (208,111,82). Sum of RGB (Red+Green+Blue) = 208+111+82=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F52 is #2F90AD. Grayscale: #888888. Windows color (decimal): -3117230 or 5402576. OLE color: 5402576.

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

Color convert

RGB 208 111 82 -
CMYK 0 0.47 0.61 0.18
HSL 13.81º 0.57% 0.57% -
HSV(B) 13.81º 0.61% 0.82% -
XYZ 33.22 25.39 11.13 -
YUV 136.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 208 111 82 0 0.47 0.61 0.18 13.81 0.57 0.57
Hex D0 6F 52 0 2F 3D 12 E 39 39
Octal 320 157 122 0 57 75 22 16 71 71
Binary 11010000 1101111 1010010 0 101111 111101 10010 1110 111001 111001

Color Harmonies of #D06F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F52

Black with #D06F52

Text Example


Text Example

White with #D06F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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