Html Css Color HEX #D9726B Geraldine

📋 copy color: '#D9726B'

red 217 ◦ green 114 ◦ blue 107

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

Shades of Geraldine #D9726B

Tints of Geraldine #D9726B

RGB

 RED value IS 217 (85.16% from 255) = 49.54%

 GREEN value IS 114 (44.92% from 255) = 26.03%

 BLUE value IS 107 (42.19% from 255) = 24.43%

R = 49.54%
G = 26.03%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9726B (or 0xD9726B) is known color: Geraldine. HEX triplet: D9, 72 and 6B. RGB value is (217,114,107). Sum of RGB (Red+Green+Blue) = 217+114+107=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D9726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9726B is #268D94. Grayscale: #909090. Windows color (decimal): -2526613 or 7041753. OLE color: 7041753.

HSL color Cylindrical-coordinate representation of color #D9726B: hue angle of 3.82º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9726B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 107 -
CMYK 0 0.47 0.51 0.15
HSL 3.82º 0.59% 0.64% -
HSV(B) 3.82º 0.51% 0.85% -
XYZ 37.29 27.85 17.32 -
YUV 144 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 217 114 107 0 0.47 0.51 0.15 3.82 0.59 0.64
Hex D9 72 6B 0 2F 33 F 4 3B 40
Octal 331 162 153 0 57 63 17 4 73 100
Binary 11011001 1110010 1101011 0 101111 110011 1111 100 111011 1000000

Color Harmonies of #D9726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9726B

Black with #D9726B

Text Example


Text Example

White with #D9726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9726B; }

 p { color: rgb(217,114,107); }

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

background-color css

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

 a { background-color: rgb(217,114,107); }

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

border-color css

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

 span { border-color: rgb(217,114,107); }

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