Html Css Color HEX #DAD28C Primrose

📋 copy color: '#DAD28C'

red 218 ◦ green 210 ◦ blue 140

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

Shades of Primrose #DAD28C

Tints of Primrose #DAD28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.65%

R = 38.38%
G = 36.97%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAD28C (or 0xDAD28C) is known color: Primrose. HEX triplet: DA, D2 and 8C. RGB value is (218,210,140). Sum of RGB (Red+Green+Blue) = 218+210+140=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD28C is #252D73. Grayscale: #CCCCCC. Windows color (decimal): -2436468 or 9229018. OLE color: 9229018.

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

Color convert

RGB 218 210 140 -
CMYK 0 0.04 0.36 0.15
HSL 53.85º 0.51% 0.7% -
HSV(B) 53.85º 0.36% 0.85% -
XYZ 56.69 62.89 33.96 -
YUV 204.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 218 210 140 0 0.04 0.36 0.15 53.85 0.51 0.7
Hex DA D2 8C 0 4 24 F 36 33 46
Octal 332 322 214 0 4 44 17 66 63 106
Binary 11011010 11010010 10001100 0 100 100100 1111 110110 110011 1000110

Color Harmonies of #DAD28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD28C

Black with #DAD28C

Text Example


Text Example

White with #DAD28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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