Html Css Color HEX #DA7672 Geraldine

📋 copy color: '#DA7672'

red 218 ◦ green 118 ◦ blue 114

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

Shades of Geraldine #DA7672

Tints of Geraldine #DA7672

RGB

 RED value IS 218 (85.55% from 255) = 48.44%

 GREEN value IS 118 (46.48% from 255) = 26.22%

 BLUE value IS 114 (44.92% from 255) = 25.33%

R = 48.44%
G = 26.22%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA7672 (or 0xDA7672) is known color: Geraldine. HEX triplet: DA, 76 and 72. RGB value is (218,118,114). Sum of RGB (Red+Green+Blue) = 218+118+114=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7672 is #25898D. Grayscale: #939393. Windows color (decimal): -2460046 or 7501530. OLE color: 7501530.

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

Color convert

RGB 218 118 114 -
CMYK 0 0.46 0.48 0.15
HSL 2.31º 0.58% 0.65% -
HSV(B) 2.31º 0.48% 0.85% -
XYZ 38.43 29.08 19.51 -
YUV 147.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 218 118 114 0 0.46 0.48 0.15 2.31 0.58 0.65
Hex DA 76 72 0 2E 30 F 2 3A 41
Octal 332 166 162 0 56 60 17 2 72 101
Binary 11011010 1110110 1110010 0 101110 110000 1111 10 111010 1000001

Color Harmonies of #DA7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7672

Black with #DA7672

Text Example


Text Example

White with #DA7672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7672; }

 p { color: rgb(218,118,114); }

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

background-color css

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

 a { background-color: rgb(218,118,114); }

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

border-color css

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

 span { border-color: rgb(218,118,114); }

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