Html Css Color HEX #D6D4CA Concrete

📋 copy color: '#D6D4CA'

red 214 ◦ green 212 ◦ blue 202

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

Shades of Concrete #D6D4CA

Tints of Concrete #D6D4CA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.76%

 BLUE value IS 202 (79.3% from 255) = 32.17%

R = 34.08%
G = 33.76%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6D4CA (or 0xD6D4CA) is known color: Concrete. HEX triplet: D6, D4 and CA. RGB value is (214,212,202). Sum of RGB (Red+Green+Blue) = 214+212+202=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4CA is #292B35. Grayscale: #D3D3D3. Windows color (decimal): -2698038 or 13292758. OLE color: 13292758.

HSL color Cylindrical-coordinate representation of color #D6D4CA: hue angle of 50º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6D4CA is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 212 202 -
CMYK 0 0.01 0.06 0.16
HSL 50º 0.13% 0.82% -
HSV(B) 50º 0.06% 0.84% -
XYZ 61.94 65.65 65.28 -
YUV 211.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 214 212 202 0 0.01 0.06 0.16 50 0.13 0.82
Hex D6 D4 CA 0 1 6 10 32 D 52
Octal 326 324 312 0 1 6 20 62 15 122
Binary 11010110 11010100 11001010 0 1 110 10000 110010 1101 1010010

Color Harmonies of #D6D4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D4CA

Black with #D6D4CA

Text Example


Text Example

White with #D6D4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D4CA; }

 p { color: rgb(214,212,202); }

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

background-color css

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

 a { background-color: rgb(214,212,202); }

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

border-color css

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

 span { border-color: rgb(214,212,202); }

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