Html Css Color HEX #D07A5E Japonica

📋 copy color: '#D07A5E'

red 208 ◦ green 122 ◦ blue 94

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

Shades of Japonica #D07A5E

Tints of Japonica #D07A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

 BLUE value IS 94 (37.11% from 255) = 22.17%

R = 49.06%
G = 28.77%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D07A5E (or 0xD07A5E) is known color: Japonica. HEX triplet: D0, 7A and 5E. RGB value is (208,122,94). Sum of RGB (Red+Green+Blue) = 208+122+94=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A5E is #2F85A1. Grayscale: #909090. Windows color (decimal): -3114402 or 6191824. OLE color: 6191824.

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

Color convert

RGB 208 122 94 -
CMYK 0 0.41 0.55 0.18
HSL 14.74º 0.55% 0.59% -
HSV(B) 14.74º 0.55% 0.82% -
XYZ 34.99 28.14 14.18 -
YUV 144.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 208 122 94 0 0.41 0.55 0.18 14.74 0.55 0.59
Hex D0 7A 5E 0 29 37 12 F 37 3B
Octal 320 172 136 0 51 67 22 17 67 73
Binary 11010000 1111010 1011110 0 101001 110111 10010 1111 110111 111011

Color Harmonies of #D07A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A5E

Black with #D07A5E

Text Example


Text Example

White with #D07A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A5E; }

 p { color: rgb(208,122,94); }

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

background-color css

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

 a { background-color: rgb(208,122,94); }

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

border-color css

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

 span { border-color: rgb(208,122,94); }

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