Html Css Color HEX #D0735A Japonica

📋 copy color: '#D0735A'

red 208 ◦ green 115 ◦ blue 90

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

Shades of Japonica #D0735A

Tints of Japonica #D0735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 50.36%
G = 27.85%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0735A (or 0xD0735A) is known color: Japonica. HEX triplet: D0, 73 and 5A. RGB value is (208,115,90). Sum of RGB (Red+Green+Blue) = 208+115+90=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0735A is #2F8CA5. Grayscale: #8C8C8C. Windows color (decimal): -3116198 or 5927888. OLE color: 5927888.

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

Color convert

RGB 208 115 90 -
CMYK 0 0.45 0.57 0.18
HSL 12.71º 0.56% 0.58% -
HSV(B) 12.71º 0.57% 0.82% -
XYZ 33.99 26.41 12.98 -
YUV 139.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 208 115 90 0 0.45 0.57 0.18 12.71 0.56 0.58
Hex D0 73 5A 0 2D 39 12 D 38 3A
Octal 320 163 132 0 55 71 22 15 70 72
Binary 11010000 1110011 1011010 0 101101 111001 10010 1101 111000 111010

Color Harmonies of #D0735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0735A

Black with #D0735A

Text Example


Text Example

White with #D0735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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