Html Css Color HEX #DAD696 Primrose

📋 copy color: '#DAD696'

red 218 ◦ green 214 ◦ blue 150

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

Shades of Primrose #DAD696

Tints of Primrose #DAD696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.77%

R = 37.46%
G = 36.77%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAD696 (or 0xDAD696) is known color: Primrose. HEX triplet: DA, D6 and 96. RGB value is (218,214,150). Sum of RGB (Red+Green+Blue) = 218+214+150=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD696 is #252969. Grayscale: #D0D0D0. Windows color (decimal): -2435434 or 9885402. OLE color: 9885402.

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

Color convert

RGB 218 214 150 -
CMYK 0 0.02 0.31 0.15
HSL 56.47º 0.48% 0.72% -
HSV(B) 56.47º 0.31% 0.85% -
XYZ 58.47 65.2 38.36 -
YUV 207.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 218 214 150 0 0.02 0.31 0.15 56.47 0.48 0.72
Hex DA D6 96 0 2 1F F 38 30 48
Octal 332 326 226 0 2 37 17 70 60 110
Binary 11011010 11010110 10010110 0 10 11111 1111 111000 110000 1001000

Color Harmonies of #DAD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD696

Black with #DAD696

Text Example


Text Example

White with #DAD696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD696; }

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

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

background-color css

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

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

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

border-color css

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

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

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