Html Css Color HEX #DAD98D Primrose

📋 copy color: '#DAD98D'

red 218 ◦ green 217 ◦ blue 141

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

Shades of Primrose #DAD98D

Tints of Primrose #DAD98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.48%

R = 37.85%
G = 37.67%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAD98D (or 0xDAD98D) is known color: Primrose. HEX triplet: DA, D9 and 8D. RGB value is (218,217,141). Sum of RGB (Red+Green+Blue) = 218+217+141=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD98D is #252672. Grayscale: #D0D0D0. Windows color (decimal): -2434675 or 9296346. OLE color: 9296346.

HSL color Cylindrical-coordinate representation of color #DAD98D: hue angle of 59.22º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAD98D is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 141 -
CMYK 0 0.00 0.35 0.15
HSL 59.22º 0.51% 0.7% -
HSV(B) 59.22º 0.35% 0.85% -
XYZ 58.53 66.45 34.94 -
YUV 208.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 218 217 141 0 0.00 0.35 0.15 59.22 0.51 0.7
Hex DA D9 8D 0 0 23 F 3B 33 46
Octal 332 331 215 0 0 43 17 73 63 106
Binary 11011010 11011001 10001101 0 0 100011 1111 111011 110011 1000110

Color Harmonies of #DAD98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD98D

Black with #DAD98D

Text Example


Text Example

White with #DAD98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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