Html Css Color HEX #DF6C6B Geraldine

📋 copy color: '#DF6C6B'

red 223 ◦ green 108 ◦ blue 107

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

Shades of Geraldine #DF6C6B

Tints of Geraldine #DF6C6B

RGB

 RED value IS 223 (87.5% from 255) = 50.91%

 GREEN value IS 108 (42.58% from 255) = 24.66%

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

R = 50.91%
G = 24.66%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF6C6B (or 0xDF6C6B) is known color: Geraldine. HEX triplet: DF, 6C and 6B. RGB value is (223,108,107). Sum of RGB (Red+Green+Blue) = 223+108+107=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6C6B is #209394. Grayscale: #8E8E8E. Windows color (decimal): -2134933 or 7040223. OLE color: 7040223.

HSL color Cylindrical-coordinate representation of color #DF6C6B: hue angle of 0.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6C6B is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 108 107 -
CMYK 0 0.52 0.52 0.13
HSL 0.52º 0.64% 0.65% -
HSV(B) 0.52º 0.52% 0.87% -
XYZ 38.45 27.47 17.19 -
YUV 142.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 223 108 107 0 0.52 0.52 0.13 0.52 0.64 0.65
Hex DF 6C 6B 0 34 34 D 1 40 41
Octal 337 154 153 0 64 64 15 1 100 101
Binary 11011111 1101100 1101011 0 110100 110100 1101 1 1000000 1000001

Color Harmonies of #DF6C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6C6B

Black with #DF6C6B

Text Example


Text Example

White with #DF6C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6C6B; }

 p { color: rgb(223,108,107); }

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

background-color css

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

 a { background-color: rgb(223,108,107); }

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

border-color css

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

 span { border-color: rgb(223,108,107); }

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