Html Css Color HEX #D66952 Flamingo

📋 copy color: '#D66952'

red 214 ◦ green 105 ◦ blue 82

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

Shades of Flamingo #D66952

Tints of Flamingo #D66952

RGB

 RED value IS 214 (83.98% from 255) = 53.37%

 GREEN value IS 105 (41.41% from 255) = 26.18%

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 53.37%
G = 26.18%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D66952 (or 0xD66952) is known color: Flamingo. HEX triplet: D6, 69 and 52. RGB value is (214,105,82). Sum of RGB (Red+Green+Blue) = 214+105+82=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D66952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66952 is #2996AD. Grayscale: #878787. Windows color (decimal): -2725550 or 5401046. OLE color: 5401046.

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

Color convert

RGB 214 105 82 -
CMYK 0 0.51 0.62 0.16
HSL 10.45º 0.62% 0.58% -
HSV(B) 10.45º 0.62% 0.84% -
XYZ 34.31 25.01 11 -
YUV 134.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 214 105 82 0 0.51 0.62 0.16 10.45 0.62 0.58
Hex D6 69 52 0 33 3E 10 A 3E 3A
Octal 326 151 122 0 63 76 20 12 76 72
Binary 11010110 1101001 1010010 0 110011 111110 10000 1010 111110 111010

Color Harmonies of #D66952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66952

Black with #D66952

Text Example


Text Example

White with #D66952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66952; }

 p { color: rgb(214,105,82); }

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

background-color css

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

 a { background-color: rgb(214,105,82); }

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

border-color css

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

 span { border-color: rgb(214,105,82); }

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