Html Css Color HEX #DAD28D Primrose

📋 copy color: '#DAD28D'

red 218 ◦ green 210 ◦ blue 141

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

Shades of Primrose #DAD28D

Tints of Primrose #DAD28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.91%

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

R = 38.31%
G = 36.91%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAD28D (or 0xDAD28D) is known color: Primrose. HEX triplet: DA, D2 and 8D. RGB value is (218,210,141). Sum of RGB (Red+Green+Blue) = 218+210+141=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD28D is #252D72. Grayscale: #CCCCCC. Windows color (decimal): -2436467 or 9294554. OLE color: 9294554.

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

Color convert

RGB 218 210 141 -
CMYK 0 0.04 0.35 0.15
HSL 53.77º 0.51% 0.7% -
HSV(B) 53.77º 0.35% 0.85% -
XYZ 56.77 62.92 34.35 -
YUV 204.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 218 210 141 0 0.04 0.35 0.15 53.77 0.51 0.7
Hex DA D2 8D 0 4 23 F 36 33 46
Octal 332 322 215 0 4 43 17 66 63 106
Binary 11011010 11010010 10001101 0 100 100011 1111 110110 110011 1000110

Color Harmonies of #DAD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD28D

Black with #DAD28D

Text Example


Text Example

White with #DAD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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