Html Css Color HEX #D8746D Geraldine

📋 copy color: '#D8746D'

red 216 ◦ green 116 ◦ blue 109

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

Shades of Geraldine #D8746D

Tints of Geraldine #D8746D

RGB

 RED value IS 216 (84.77% from 255) = 48.98%

 GREEN value IS 116 (45.7% from 255) = 26.3%

 BLUE value IS 109 (42.97% from 255) = 24.72%

R = 48.98%
G = 26.3%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8746D (or 0xD8746D) is known color: Geraldine. HEX triplet: D8, 74 and 6D. RGB value is (216,116,109). Sum of RGB (Red+Green+Blue) = 216+116+109=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8746D is #278B92. Grayscale: #919191. Windows color (decimal): -2591635 or 7173336. OLE color: 7173336.

HSL color Cylindrical-coordinate representation of color #D8746D: hue angle of 3.93º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8746D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 109 -
CMYK 0 0.46 0.50 0.15
HSL 3.93º 0.58% 0.64% -
HSV(B) 3.93º 0.5% 0.85% -
XYZ 37.32 28.19 17.94 -
YUV 145.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 216 116 109 0 0.46 0.50 0.15 3.93 0.58 0.64
Hex D8 74 6D 0 2E 32 F 4 3A 40
Octal 330 164 155 0 56 62 17 4 72 100
Binary 11011000 1110100 1101101 0 101110 110010 1111 100 111010 1000000

Color Harmonies of #D8746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8746D

Black with #D8746D

Text Example


Text Example

White with #D8746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8746D; }

 p { color: rgb(216,116,109); }

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

background-color css

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

 a { background-color: rgb(216,116,109); }

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

border-color css

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

 span { border-color: rgb(216,116,109); }

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