Html Css Color HEX #DA746B Geraldine

📋 copy color: '#DA746B'

red 218 ◦ green 116 ◦ blue 107

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

Shades of Geraldine #DA746B

Tints of Geraldine #DA746B

RGB

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

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

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

R = 49.43%
G = 26.3%
B = 24.26%

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

#DA746B (or 0xDA746B) is known color: Geraldine. HEX triplet: DA, 74 and 6B. RGB value is (218,116,107). Sum of RGB (Red+Green+Blue) = 218+116+107=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA746B is #258B94. Grayscale: #919191. Windows color (decimal): -2460565 or 7042266. OLE color: 7042266.

HSL color Cylindrical-coordinate representation of color #DA746B: hue angle of 4.86º degrees, saturation: 0.6, 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 #DA746B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 107 -
CMYK 0 0.47 0.51 0.15
HSL 4.86º 0.6% 0.64% -
HSV(B) 4.86º 0.51% 0.85% -
XYZ 37.81 28.46 17.41 -
YUV 145.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 218 116 107 0 0.47 0.51 0.15 4.86 0.6 0.64
Hex DA 74 6B 0 2F 33 F 5 3C 40
Octal 332 164 153 0 57 63 17 5 74 100
Binary 11011010 1110100 1101011 0 101111 110011 1111 101 111100 1000000

Color Harmonies of #DA746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA746B

Black with #DA746B

Text Example


Text Example

White with #DA746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA746B; }

 p { color: rgb(218,116,107); }

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

background-color css

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

 a { background-color: rgb(218,116,107); }

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

border-color css

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

 span { border-color: rgb(218,116,107); }

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