Html Css Color HEX #DA736B Geraldine

📋 copy color: '#DA736B'

red 218 ◦ green 115 ◦ blue 107

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

Shades of Geraldine #DA736B

Tints of Geraldine #DA736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

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

R = 49.55%
G = 26.14%
B = 24.32%

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

#DA736B (or 0xDA736B) is known color: Geraldine. HEX triplet: DA, 73 and 6B. RGB value is (218,115,107). Sum of RGB (Red+Green+Blue) = 218+115+107=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA736B is #258C94. Grayscale: #919191. Windows color (decimal): -2460821 or 7042010. OLE color: 7042010.

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

Color convert

RGB 218 115 107 -
CMYK 0 0.47 0.51 0.15
HSL 4.32º 0.6% 0.64% -
HSV(B) 4.32º 0.51% 0.85% -
XYZ 37.7 28.23 17.37 -
YUV 144.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 218 115 107 0 0.47 0.51 0.15 4.32 0.6 0.64
Hex DA 73 6B 0 2F 33 F 4 3C 40
Octal 332 163 153 0 57 63 17 4 74 100
Binary 11011010 1110011 1101011 0 101111 110011 1111 100 111100 1000000

Color Harmonies of #DA736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA736B

Black with #DA736B

Text Example


Text Example

White with #DA736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA736B; }

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

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

background-color css

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

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

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

border-color css

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

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

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