Html Css Color HEX #D07C54 Japonica

📋 copy color: '#D07C54'

red 208 ◦ green 124 ◦ blue 84

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

Shades of Japonica #D07C54

Tints of Japonica #D07C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.19%

R = 50%
G = 29.81%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D07C54 (or 0xD07C54) is known color: Japonica. HEX triplet: D0, 7C and 54. RGB value is (208,124,84). Sum of RGB (Red+Green+Blue) = 208+124+84=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C54 is #2F83AB. Grayscale: #909090. Windows color (decimal): -3113900 or 5536976. OLE color: 5536976.

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

Color convert

RGB 208 124 84 -
CMYK 0 0.40 0.60 0.18
HSL 19.35º 0.57% 0.57% -
HSV(B) 19.35º 0.6% 0.82% -
XYZ 34.82 28.47 12.05 -
YUV 144.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 208 124 84 0 0.40 0.60 0.18 19.35 0.57 0.57
Hex D0 7C 54 0 28 3C 12 13 39 39
Octal 320 174 124 0 50 74 22 23 71 71
Binary 11010000 1111100 1010100 0 101000 111100 10010 10011 111001 111001

Color Harmonies of #D07C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C54

Black with #D07C54

Text Example


Text Example

White with #D07C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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