Html Css Color HEX #DE634C Flamingo

📋 copy color: '#DE634C'

red 222 ◦ green 99 ◦ blue 76

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

Shades of Flamingo #DE634C

Tints of Flamingo #DE634C

RGB

 RED value IS 222 (87.11% from 255) = 55.92%

 GREEN value IS 99 (39.06% from 255) = 24.94%

 BLUE value IS 76 (30.08% from 255) = 19.14%

R = 55.92%
G = 24.94%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE634C (or 0xDE634C) is known color: Flamingo. HEX triplet: DE, 63 and 4C. RGB value is (222,99,76). Sum of RGB (Red+Green+Blue) = 222+99+76=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE634C is #219CB3. Grayscale: #858585. Windows color (decimal): -2202804 or 5006302. OLE color: 5006302.

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

Color convert

RGB 222 99 76 -
CMYK 0 0.55 0.66 0.13
HSL 9.45º 0.69% 0.58% -
HSV(B) 9.45º 0.66% 0.87% -
XYZ 35.89 24.98 9.77 -
YUV 133.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 222 99 76 0 0.55 0.66 0.13 9.45 0.69 0.58
Hex DE 63 4C 0 37 42 D 9 45 3A
Octal 336 143 114 0 67 102 15 11 105 72
Binary 11011110 1100011 1001100 0 110111 1000010 1101 1001 1000101 111010

Color Harmonies of #DE634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE634C

Black with #DE634C

Text Example


Text Example

White with #DE634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE634C; }

 p { color: rgb(222,99,76); }

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

background-color css

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

 a { background-color: rgb(222,99,76); }

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

border-color css

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

 span { border-color: rgb(222,99,76); }

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