Html Css Color HEX #D0735F Japonica

📋 copy color: '#D0735F'

red 208 ◦ green 115 ◦ blue 95

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

Shades of Japonica #D0735F

Tints of Japonica #D0735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.51%

 BLUE value IS 95 (37.5% from 255) = 22.73%

R = 49.76%
G = 27.51%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0735F (or 0xD0735F) is known color: Japonica. HEX triplet: D0, 73 and 5F. RGB value is (208,115,95). Sum of RGB (Red+Green+Blue) = 208+115+95=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0735F is #2F8CA0. Grayscale: #8C8C8C. Windows color (decimal): -3116193 or 6255568. OLE color: 6255568.

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

Color convert

RGB 208 115 95 -
CMYK 0 0.45 0.54 0.18
HSL 10.62º 0.55% 0.59% -
HSV(B) 10.62º 0.54% 0.82% -
XYZ 34.21 26.5 14.14 -
YUV 140.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 208 115 95 0 0.45 0.54 0.18 10.62 0.55 0.59
Hex D0 73 5F 0 2D 36 12 B 37 3B
Octal 320 163 137 0 55 66 22 13 67 73
Binary 11010000 1110011 1011111 0 101101 110110 10010 1011 110111 111011

Color Harmonies of #D0735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0735F

Black with #D0735F

Text Example


Text Example

White with #D0735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0735F; }

 p { color: rgb(208,115,95); }

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

background-color css

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

 a { background-color: rgb(208,115,95); }

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

border-color css

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

 span { border-color: rgb(208,115,95); }

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