Html Css Color HEX #D0755D Japonica

📋 copy color: '#D0755D'

red 208 ◦ green 117 ◦ blue 93

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

Shades of Japonica #D0755D

Tints of Japonica #D0755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 49.76%
G = 27.99%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0755D (or 0xD0755D) is known color: Japonica. HEX triplet: D0, 75 and 5D. RGB value is (208,117,93). Sum of RGB (Red+Green+Blue) = 208+117+93=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0755D is #2F8AA2. Grayscale: #8D8D8D. Windows color (decimal): -3115683 or 6125008. OLE color: 6125008.

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

Color convert

RGB 208 117 93 -
CMYK 0 0.44 0.55 0.18
HSL 12.52º 0.55% 0.59% -
HSV(B) 12.52º 0.55% 0.82% -
XYZ 34.35 26.92 13.74 -
YUV 141.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 208 117 93 0 0.44 0.55 0.18 12.52 0.55 0.59
Hex D0 75 5D 0 2C 37 12 D 37 3B
Octal 320 165 135 0 54 67 22 15 67 73
Binary 11010000 1110101 1011101 0 101100 110111 10010 1101 110111 111011

Color Harmonies of #D0755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0755D

Black with #D0755D

Text Example


Text Example

White with #D0755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0755D; }

 p { color: rgb(208,117,93); }

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

background-color css

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

 a { background-color: rgb(208,117,93); }

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

border-color css

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

 span { border-color: rgb(208,117,93); }

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