Html Css Color HEX #DAD5BB Wheatfield

📋 copy color: '#DAD5BB'

red 218 ◦ green 213 ◦ blue 187

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

Shades of Wheatfield #DAD5BB

Tints of Wheatfield #DAD5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.47%

 BLUE value IS 187 (73.44% from 255) = 30.26%

R = 35.28%
G = 34.47%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DAD5BB (or 0xDAD5BB) is known color: Wheatfield. HEX triplet: DA, D5 and BB. RGB value is (218,213,187). Sum of RGB (Red+Green+Blue) = 218+213+187=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5BB is #252A44. Grayscale: #D3D3D3. Windows color (decimal): -2435653 or 12309978. OLE color: 12309978.

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

Color convert

RGB 218 213 187 -
CMYK 0 0.02 0.14 0.15
HSL 50.32º 0.3% 0.79% -
HSV(B) 50.32º 0.14% 0.85% -
XYZ 61.68 66.08 56.52 -
YUV 211.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 218 213 187 0 0.02 0.14 0.15 50.32 0.3 0.79
Hex DA D5 BB 0 2 E F 32 1E 4F
Octal 332 325 273 0 2 16 17 62 36 117
Binary 11011010 11010101 10111011 0 10 1110 1111 110010 11110 1001111

Color Harmonies of #DAD5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD5BB

Black with #DAD5BB

Text Example


Text Example

White with #DAD5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD5BB; }

 p { color: rgb(218,213,187); }

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

background-color css

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

 a { background-color: rgb(218,213,187); }

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

border-color css

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

 span { border-color: rgb(218,213,187); }

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