Html Css Color HEX #D0735B Japonica

📋 copy color: '#D0735B'

red 208 ◦ green 115 ◦ blue 91

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

Shades of Japonica #D0735B

Tints of Japonica #D0735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 50.24%
G = 27.78%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0735B (or 0xD0735B) is known color: Japonica. HEX triplet: D0, 73 and 5B. RGB value is (208,115,91). Sum of RGB (Red+Green+Blue) = 208+115+91=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0735B is #2F8CA4. Grayscale: #8C8C8C. Windows color (decimal): -3116197 or 5993424. OLE color: 5993424.

HSL color Cylindrical-coordinate representation of color #D0735B: hue angle of 12.31º 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 #D0735B is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 115 91 -
CMYK 0 0.45 0.56 0.18
HSL 12.31º 0.55% 0.59% -
HSV(B) 12.31º 0.56% 0.82% -
XYZ 34.03 26.43 13.2 -
YUV 140.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 208 115 91 0 0.45 0.56 0.18 12.31 0.55 0.59
Hex D0 73 5B 0 2D 38 12 C 37 3B
Octal 320 163 133 0 55 70 22 14 67 73
Binary 11010000 1110011 1011011 0 101101 111000 10010 1100 110111 111011

Color Harmonies of #D0735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0735B

Black with #D0735B

Text Example


Text Example

White with #D0735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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