Html Css Color HEX #D07C55 Japonica

📋 copy color: '#D07C55'

red 208 ◦ green 124 ◦ blue 85

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

Shades of Japonica #D07C55

Tints of Japonica #D07C55

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

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

R = 49.88%
G = 29.74%
B = 20.38%

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

#D07C55 (or 0xD07C55) is known color: Japonica. HEX triplet: D0, 7C and 55. RGB value is (208,124,85). Sum of RGB (Red+Green+Blue) = 208+124+85=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C55 is #2F83AA. Grayscale: #909090. Windows color (decimal): -3113899 or 5602512. OLE color: 5602512.

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

Color convert

RGB 208 124 85 -
CMYK 0 0.40 0.59 0.18
HSL 19.02º 0.57% 0.57% -
HSV(B) 19.02º 0.59% 0.82% -
XYZ 34.86 28.48 12.25 -
YUV 144.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 208 124 85 0 0.40 0.59 0.18 19.02 0.57 0.57
Hex D0 7C 55 0 28 3B 12 13 39 39
Octal 320 174 125 0 50 73 22 23 71 71
Binary 11010000 1111100 1010101 0 101000 111011 10010 10011 111001 111001

Color Harmonies of #D07C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C55

Black with #D07C55

Text Example


Text Example

White with #D07C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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