Html Css Color HEX #DC736B Geraldine

📋 copy color: '#DC736B'

red 220 ◦ green 115 ◦ blue 107

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

Shades of Geraldine #DC736B

Tints of Geraldine #DC736B

RGB

 RED value IS 220 (86.33% from 255) = 49.77%

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

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

R = 49.77%
G = 26.02%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC736B (or 0xDC736B) is known color: Geraldine. HEX triplet: DC, 73 and 6B. RGB value is (220,115,107). Sum of RGB (Red+Green+Blue) = 220+115+107=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC736B is #238C94. Grayscale: #919191. Windows color (decimal): -2329749 or 7042012. OLE color: 7042012.

HSL color Cylindrical-coordinate representation of color #DC736B: hue angle of 4.25º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC736B is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 115 107 -
CMYK 0 0.48 0.51 0.14
HSL 4.25º 0.62% 0.64% -
HSV(B) 4.25º 0.51% 0.86% -
XYZ 38.3 28.54 17.4 -
YUV 145.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 220 115 107 0 0.48 0.51 0.14 4.25 0.62 0.64
Hex DC 73 6B 0 30 33 E 4 3E 40
Octal 334 163 153 0 60 63 16 4 76 100
Binary 11011100 1110011 1101011 0 110000 110011 1110 100 111110 1000000

Color Harmonies of #DC736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC736B

Black with #DC736B

Text Example


Text Example

White with #DC736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC736B; }

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

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

background-color css

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

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

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

border-color css

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

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

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