Html Css Color HEX #D06A52 Japonica

📋 copy color: '#D06A52'

red 208 ◦ green 106 ◦ blue 82

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

Shades of Japonica #D06A52

Tints of Japonica #D06A52

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.77%

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

R = 52.53%
G = 26.77%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D06A52 (or 0xD06A52) is known color: Japonica. HEX triplet: D0, 6A and 52. RGB value is (208,106,82). Sum of RGB (Red+Green+Blue) = 208+106+82=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06A52 is #2F95AD. Grayscale: #858585. Windows color (decimal): -3118510 or 5401296. OLE color: 5401296.

HSL color Cylindrical-coordinate representation of color #D06A52: hue angle of 11.43º 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 #D06A52 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 106 82 -
CMYK 0 0.49 0.61 0.18
HSL 11.43º 0.57% 0.57% -
HSV(B) 11.43º 0.61% 0.82% -
XYZ 32.69 24.33 10.96 -
YUV 133.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 208 106 82 0 0.49 0.61 0.18 11.43 0.57 0.57
Hex D0 6A 52 0 31 3D 12 B 39 39
Octal 320 152 122 0 61 75 22 13 71 71
Binary 11010000 1101010 1010010 0 110001 111101 10010 1011 111001 111001

Color Harmonies of #D06A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06A52

Black with #D06A52

Text Example


Text Example

White with #D06A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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