Html Css Color HEX #DAD992 Primrose

📋 copy color: '#DAD992'

red 218 ◦ green 217 ◦ blue 146

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

Shades of Primrose #DAD992

Tints of Primrose #DAD992

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.35%

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

R = 37.52%
G = 37.35%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAD992 (or 0xDAD992) is known color: Primrose. HEX triplet: DA, D9 and 92. RGB value is (218,217,146). Sum of RGB (Red+Green+Blue) = 218+217+146=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD992 is #25266D. Grayscale: #D1D1D1. Windows color (decimal): -2434670 or 9624026. OLE color: 9624026.

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

Color convert

RGB 218 217 146 -
CMYK 0 0.00 0.33 0.15
HSL 59.17º 0.49% 0.71% -
HSV(B) 59.17º 0.33% 0.85% -
XYZ 58.91 66.61 36.95 -
YUV 209.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 218 217 146 0 0.00 0.33 0.15 59.17 0.49 0.71
Hex DA D9 92 0 0 21 F 3B 31 47
Octal 332 331 222 0 0 41 17 73 61 107
Binary 11011010 11011001 10010010 0 0 100001 1111 111011 110001 1000111

Color Harmonies of #DAD992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD992

Black with #DAD992

Text Example


Text Example

White with #DAD992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD992; }

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

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

background-color css

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

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

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

border-color css

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

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

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