Html Css Color HEX #D7634F Flamingo

📋 copy color: '#D7634F'

red 215 ◦ green 99 ◦ blue 79

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

Shades of Flamingo #D7634F

Tints of Flamingo #D7634F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.1%

R = 54.71%
G = 25.19%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7634F (or 0xD7634F) is known color: Flamingo. HEX triplet: D7, 63 and 4F. RGB value is (215,99,79). Sum of RGB (Red+Green+Blue) = 215+99+79=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7634F is #289CB0. Grayscale: #838383. Windows color (decimal): -2661553 or 5202903. OLE color: 5202903.

HSL color Cylindrical-coordinate representation of color #D7634F: hue angle of 8.82º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7634F is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 99 79 -
CMYK 0 0.54 0.63 0.16
HSL 8.82º 0.63% 0.58% -
HSV(B) 8.82º 0.63% 0.84% -
XYZ 33.9 23.94 10.23 -
YUV 131.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 215 99 79 0 0.54 0.63 0.16 8.82 0.63 0.58
Hex D7 63 4F 0 36 3F 10 9 3F 3A
Octal 327 143 117 0 66 77 20 11 77 72
Binary 11010111 1100011 1001111 0 110110 111111 10000 1001 111111 111010

Color Harmonies of #D7634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7634F

Black with #D7634F

Text Example


Text Example

White with #D7634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7634F; }

 p { color: rgb(215,99,79); }

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

background-color css

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

 a { background-color: rgb(215,99,79); }

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

border-color css

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

 span { border-color: rgb(215,99,79); }

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