Html Css Color HEX #D0765C Japonica

📋 copy color: '#D0765C'

red 208 ◦ green 118 ◦ blue 92

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

Shades of Japonica #D0765C

Tints of Japonica #D0765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.23%

 BLUE value IS 92 (36.33% from 255) = 22.01%

R = 49.76%
G = 28.23%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0765C (or 0xD0765C) is known color: Japonica. HEX triplet: D0, 76 and 5C. RGB value is (208,118,92). Sum of RGB (Red+Green+Blue) = 208+118+92=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0765C is #2F89A3. Grayscale: #8E8E8E. Windows color (decimal): -3115428 or 6059728. OLE color: 6059728.

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

Color convert

RGB 208 118 92 -
CMYK 0 0.43 0.56 0.18
HSL 13.45º 0.55% 0.59% -
HSV(B) 13.45º 0.56% 0.82% -
XYZ 34.42 27.14 13.55 -
YUV 141.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 208 118 92 0 0.43 0.56 0.18 13.45 0.55 0.59
Hex D0 76 5C 0 2B 38 12 D 37 3B
Octal 320 166 134 0 53 70 22 15 67 73
Binary 11010000 1110110 1011100 0 101011 111000 10010 1101 110111 111011

Color Harmonies of #D0765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0765C

Black with #D0765C

Text Example


Text Example

White with #D0765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0765C; }

 p { color: rgb(208,118,92); }

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

background-color css

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

 a { background-color: rgb(208,118,92); }

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

border-color css

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

 span { border-color: rgb(208,118,92); }

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