Html Css Color HEX #DA7752 Japonica

📋 copy color: '#DA7752'

red 218 ◦ green 119 ◦ blue 82

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

Shades of Japonica #DA7752

Tints of Japonica #DA7752

RGB

 RED value IS 218 (85.55% from 255) = 52.03%

 GREEN value IS 119 (46.88% from 255) = 28.4%

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

R = 52.03%
G = 28.4%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA7752 (or 0xDA7752) is known color: Japonica. HEX triplet: DA, 77 and 52. RGB value is (218,119,82). Sum of RGB (Red+Green+Blue) = 218+119+82=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7752 is #2588AD. Grayscale: #909090. Windows color (decimal): -2459822 or 5404634. OLE color: 5404634.

HSL color Cylindrical-coordinate representation of color #DA7752: hue angle of 16.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA7752 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 82 -
CMYK 0 0.45 0.62 0.15
HSL 16.32º 0.65% 0.59% -
HSV(B) 16.32º 0.62% 0.85% -
XYZ 37.03 28.71 11.57 -
YUV 144.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 218 119 82 0 0.45 0.62 0.15 16.32 0.65 0.59
Hex DA 77 52 0 2D 3E F 10 41 3B
Octal 332 167 122 0 55 76 17 20 101 73
Binary 11011010 1110111 1010010 0 101101 111110 1111 10000 1000001 111011

Color Harmonies of #DA7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7752

Black with #DA7752

Text Example


Text Example

White with #DA7752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7752; }

 p { color: rgb(218,119,82); }

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

background-color css

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

 a { background-color: rgb(218,119,82); }

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

border-color css

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

 span { border-color: rgb(218,119,82); }

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