Html Css Color HEX #D4755F Japonica

📋 copy color: '#D4755F'

red 212 ◦ green 117 ◦ blue 95

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

Shades of Japonica #D4755F

Tints of Japonica #D4755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.59%

 BLUE value IS 95 (37.5% from 255) = 22.41%

R = 50%
G = 27.59%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4755F (or 0xD4755F) is known color: Japonica. HEX triplet: D4, 75 and 5F. RGB value is (212,117,95). Sum of RGB (Red+Green+Blue) = 212+117+95=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4755F is #2B8AA0. Grayscale: #8F8F8F. Windows color (decimal): -2853537 or 6256084. OLE color: 6256084.

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

Color convert

RGB 212 117 95 -
CMYK 0 0.45 0.55 0.17
HSL 11.28º 0.58% 0.6% -
HSV(B) 11.28º 0.55% 0.83% -
XYZ 35.58 27.55 14.27 -
YUV 142.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 212 117 95 0 0.45 0.55 0.17 11.28 0.58 0.6
Hex D4 75 5F 0 2D 37 11 B 3A 3C
Octal 324 165 137 0 55 67 21 13 72 74
Binary 11010100 1110101 1011111 0 101101 110111 10001 1011 111010 111100

Color Harmonies of #D4755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4755F

Black with #D4755F

Text Example


Text Example

White with #D4755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4755F; }

 p { color: rgb(212,117,95); }

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

background-color css

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

 a { background-color: rgb(212,117,95); }

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

border-color css

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

 span { border-color: rgb(212,117,95); }

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