Html Css Color HEX #D7674A Flamingo

📋 copy color: '#D7674A'

red 215 ◦ green 103 ◦ blue 74

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

Shades of Flamingo #D7674A

Tints of Flamingo #D7674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.28%

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

R = 54.85%
G = 26.28%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7674A (or 0xD7674A) is known color: Flamingo. HEX triplet: D7, 67 and 4A. RGB value is (215,103,74). Sum of RGB (Red+Green+Blue) = 215+103+74=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7674A is #2898B5. Grayscale: #858585. Windows color (decimal): -2660534 or 4876247. OLE color: 4876247.

HSL color Cylindrical-coordinate representation of color #D7674A: hue angle of 12.34º 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 #D7674A is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 103 74 -
CMYK 0 0.52 0.66 0.16
HSL 12.34º 0.64% 0.57% -
HSV(B) 12.34º 0.66% 0.84% -
XYZ 34.11 24.64 9.44 -
YUV 133.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 215 103 74 0 0.52 0.66 0.16 12.34 0.64 0.57
Hex D7 67 4A 0 34 42 10 C 40 39
Octal 327 147 112 0 64 102 20 14 100 71
Binary 11010111 1100111 1001010 0 110100 1000010 10000 1100 1000000 111001

Color Harmonies of #D7674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7674A

Black with #D7674A

Text Example


Text Example

White with #D7674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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