Html Css Color HEX #DA726B Geraldine

📋 copy color: '#DA726B'

red 218 ◦ green 114 ◦ blue 107

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

Shades of Geraldine #DA726B

Tints of Geraldine #DA726B

RGB

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

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

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

R = 49.66%
G = 25.97%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA726B (or 0xDA726B) is known color: Geraldine. HEX triplet: DA, 72 and 6B. RGB value is (218,114,107). Sum of RGB (Red+Green+Blue) = 218+114+107=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA726B is #258D94. Grayscale: #909090. Windows color (decimal): -2461077 or 7041754. OLE color: 7041754.

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

Color convert

RGB 218 114 107 -
CMYK 0 0.48 0.51 0.15
HSL 3.78º 0.6% 0.64% -
HSV(B) 3.78º 0.51% 0.85% -
XYZ 37.58 28 17.33 -
YUV 144.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 218 114 107 0 0.48 0.51 0.15 3.78 0.6 0.64
Hex DA 72 6B 0 30 33 F 4 3C 40
Octal 332 162 153 0 60 63 17 4 74 100
Binary 11011010 1110010 1101011 0 110000 110011 1111 100 111100 1000000

Color Harmonies of #DA726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA726B

Black with #DA726B

Text Example


Text Example

White with #DA726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA726B; }

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

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

background-color css

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

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

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

border-color css

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

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

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