Html Css Color HEX #D7604A Flamingo

📋 copy color: '#D7604A'

red 215 ◦ green 96 ◦ blue 74

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

Shades of Flamingo #D7604A

Tints of Flamingo #D7604A

RGB

 RED value IS 215 (84.38% from 255) = 55.84%

 GREEN value IS 96 (37.89% from 255) = 24.94%

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 55.84%
G = 24.94%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7604A (or 0xD7604A) is known color: Flamingo. HEX triplet: D7, 60 and 4A. RGB value is (215,96,74). Sum of RGB (Red+Green+Blue) = 215+96+74=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D7604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7604A is #289FB5. Grayscale: #818181. Windows color (decimal): -2662326 or 4874455. OLE color: 4874455.

HSL color Cylindrical-coordinate representation of color #D7604A: hue angle of 9.36º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7604A is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 96 74 -
CMYK 0 0.55 0.66 0.16
HSL 9.36º 0.64% 0.57% -
HSV(B) 9.36º 0.66% 0.84% -
XYZ 33.44 23.31 9.21 -
YUV 129.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 215 96 74 0 0.55 0.66 0.16 9.36 0.64 0.57
Hex D7 60 4A 0 37 42 10 9 40 39
Octal 327 140 112 0 67 102 20 11 100 71
Binary 11010111 1100000 1001010 0 110111 1000010 10000 1001 1000000 111001

Color Harmonies of #D7604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7604A

Black with #D7604A

Text Example


Text Example

White with #D7604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7604A; }

 p { color: rgb(215,96,74); }

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

background-color css

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

 a { background-color: rgb(215,96,74); }

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

border-color css

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

 span { border-color: rgb(215,96,74); }

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