Html Css Color HEX #DAD6B9 Coconut Cream

📋 copy color: '#DAD6B9'

red 218 ◦ green 214 ◦ blue 185

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

Shades of Coconut Cream #DAD6B9

Tints of Coconut Cream #DAD6B9

RGB

 RED value IS 218 (85.55% from 255) = 35.33%

 GREEN value IS 214 (83.98% from 255) = 34.68%

 BLUE value IS 185 (72.66% from 255) = 29.98%

R = 35.33%
G = 34.68%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DAD6B9 (or 0xDAD6B9) is known color: Coconut Cream. HEX triplet: DA, D6 and B9. RGB value is (218,214,185). Sum of RGB (Red+Green+Blue) = 218+214+185=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6B9 is #252946. Grayscale: #D4D4D4. Windows color (decimal): -2435399 or 12179162. OLE color: 12179162.

HSL color Cylindrical-coordinate representation of color #DAD6B9: hue angle of 52.73º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD6B9 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 214 185 -
CMYK 0 0.02 0.15 0.15
HSL 52.73º 0.31% 0.79% -
HSV(B) 52.73º 0.15% 0.85% -
XYZ 61.72 66.5 55.48 -
YUV 211.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 218 214 185 0 0.02 0.15 0.15 52.73 0.31 0.79
Hex DA D6 B9 0 2 F F 35 1F 4F
Octal 332 326 271 0 2 17 17 65 37 117
Binary 11011010 11010110 10111001 0 10 1111 1111 110101 11111 1001111

Color Harmonies of #DAD6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD6B9

Black with #DAD6B9

Text Example


Text Example

White with #DAD6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD6B9; }

 p { color: rgb(218,214,185); }

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

background-color css

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

 a { background-color: rgb(218,214,185); }

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

border-color css

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

 span { border-color: rgb(218,214,185); }

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