Html Css Color HEX #DAD892 Primrose

📋 copy color: '#DAD892'

red 218 ◦ green 216 ◦ blue 146

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

Shades of Primrose #DAD892

Tints of Primrose #DAD892

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.24%

 BLUE value IS 146 (57.42% from 255) = 25.17%

R = 37.59%
G = 37.24%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAD892 (or 0xDAD892) is known color: Primrose. HEX triplet: DA, D8 and 92. RGB value is (218,216,146). Sum of RGB (Red+Green+Blue) = 218+216+146=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD892 is #25276D. Grayscale: #D0D0D0. Windows color (decimal): -2434926 or 9623770. OLE color: 9623770.

HSL color Cylindrical-coordinate representation of color #DAD892: hue angle of 58.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAD892 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 216 146 -
CMYK 0 0.01 0.33 0.15
HSL 58.33º 0.49% 0.71% -
HSV(B) 58.33º 0.33% 0.85% -
XYZ 58.66 66.09 36.86 -
YUV 208.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 218 216 146 0 0.01 0.33 0.15 58.33 0.49 0.71
Hex DA D8 92 0 1 21 F 3A 31 47
Octal 332 330 222 0 1 41 17 72 61 107
Binary 11011010 11011000 10010010 0 1 100001 1111 111010 110001 1000111

Color Harmonies of #DAD892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD892

Black with #DAD892

Text Example


Text Example

White with #DAD892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD892; }

 p { color: rgb(218,216,146); }

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

background-color css

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

 a { background-color: rgb(218,216,146); }

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

border-color css

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

 span { border-color: rgb(218,216,146); }

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