Html Css Color HEX #D07D55 Japonica

📋 copy color: '#D07D55'

red 208 ◦ green 125 ◦ blue 85

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

Shades of Japonica #D07D55

Tints of Japonica #D07D55

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

 BLUE value IS 85 (33.59% from 255) = 20.33%

R = 49.76%
G = 29.9%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D07D55 (or 0xD07D55) is known color: Japonica. HEX triplet: D0, 7D and 55. RGB value is (208,125,85). Sum of RGB (Red+Green+Blue) = 208+125+85=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D55 is #2F82AA. Grayscale: #919191. Windows color (decimal): -3113643 or 5602768. OLE color: 5602768.

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

Color convert

RGB 208 125 85 -
CMYK 0 0.40 0.59 0.18
HSL 19.51º 0.57% 0.57% -
HSV(B) 19.51º 0.59% 0.82% -
XYZ 34.99 28.73 12.3 -
YUV 145.26 94 172.75 -
System Red Green Blue C M Y K H S L
Decimal 208 125 85 0 0.40 0.59 0.18 19.51 0.57 0.57
Hex D0 7D 55 0 28 3B 12 14 39 39
Octal 320 175 125 0 50 73 22 24 71 71
Binary 11010000 1111101 1010101 0 101000 111011 10010 10100 111001 111001

Color Harmonies of #D07D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D55

Black with #D07D55

Text Example


Text Example

White with #D07D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D55; }

 p { color: rgb(208,125,85); }

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

background-color css

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

 a { background-color: rgb(208,125,85); }

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

border-color css

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

 span { border-color: rgb(208,125,85); }

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