Html Css Color HEX #DAD4B9 Wheatfield

📋 copy color: '#DAD4B9'

red 218 ◦ green 212 ◦ blue 185

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

Shades of Wheatfield #DAD4B9

Tints of Wheatfield #DAD4B9

RGB

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

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

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

R = 35.45%
G = 34.47%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DAD4B9 (or 0xDAD4B9) is known color: Wheatfield. HEX triplet: DA, D4 and B9. RGB value is (218,212,185). Sum of RGB (Red+Green+Blue) = 218+212+185=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4B9 is #252B46. Grayscale: #D2D2D2. Windows color (decimal): -2435911 or 12178650. OLE color: 12178650.

HSL color Cylindrical-coordinate representation of color #DAD4B9: hue angle of 49.09º 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 #DAD4B9 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 212 185 -
CMYK 0 0.03 0.15 0.15
HSL 49.09º 0.31% 0.79% -
HSV(B) 49.09º 0.15% 0.85% -
XYZ 61.21 65.5 55.31 -
YUV 210.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 218 212 185 0 0.03 0.15 0.15 49.09 0.31 0.79
Hex DA D4 B9 0 3 F F 31 1F 4F
Octal 332 324 271 0 3 17 17 61 37 117
Binary 11011010 11010100 10111001 0 11 1111 1111 110001 11111 1001111

Color Harmonies of #DAD4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD4B9

Black with #DAD4B9

Text Example


Text Example

White with #DAD4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD4B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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