Html Css Color HEX #D4705C Japonica

📋 copy color: '#D4705C'

red 212 ◦ green 112 ◦ blue 92

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

Shades of Japonica #D4705C

Tints of Japonica #D4705C

RGB

 RED value IS 212 (83.2% from 255) = 50.96%

 GREEN value IS 112 (44.14% from 255) = 26.92%

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 50.96%
G = 26.92%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4705C (or 0xD4705C) is known color: Japonica. HEX triplet: D4, 70 and 5C. RGB value is (212,112,92). Sum of RGB (Red+Green+Blue) = 212+112+92=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4705C is #2B8FA3. Grayscale: #8B8B8B. Windows color (decimal): -2854820 or 6058196. OLE color: 6058196.

HSL color Cylindrical-coordinate representation of color #D4705C: hue angle of 10º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4705C is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 112 92 -
CMYK 0 0.47 0.57 0.17
HSL 10º 0.58% 0.6% -
HSV(B) 10º 0.57% 0.83% -
XYZ 34.88 26.36 13.37 -
YUV 139.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 212 112 92 0 0.47 0.57 0.17 10 0.58 0.6
Hex D4 70 5C 0 2F 39 11 A 3A 3C
Octal 324 160 134 0 57 71 21 12 72 74
Binary 11010100 1110000 1011100 0 101111 111001 10001 1010 111010 111100

Color Harmonies of #D4705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4705C

Black with #D4705C

Text Example


Text Example

White with #D4705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4705C; }

 p { color: rgb(212,112,92); }

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

background-color css

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

 a { background-color: rgb(212,112,92); }

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

border-color css

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

 span { border-color: rgb(212,112,92); }

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