Html Css Color HEX #DAD488 Primrose

📋 copy color: '#DAD488'

red 218 ◦ green 212 ◦ blue 136

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

Shades of Primrose #DAD488

Tints of Primrose #DAD488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.46%

 BLUE value IS 136 (53.52% from 255) = 24.03%

R = 38.52%
G = 37.46%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DAD488 (or 0xDAD488) is known color: Primrose. HEX triplet: DA, D4 and 88. RGB value is (218,212,136). Sum of RGB (Red+Green+Blue) = 218+212+136=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD488 is #252B77. Grayscale: #CDCDCD. Windows color (decimal): -2435960 or 8967386. OLE color: 8967386.

HSL color Cylindrical-coordinate representation of color #DAD488: hue angle of 55.61º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAD488 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 212 136 -
CMYK 0 0.03 0.38 0.15
HSL 55.61º 0.53% 0.69% -
HSV(B) 55.61º 0.38% 0.85% -
XYZ 56.9 63.77 32.6 -
YUV 205.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 218 212 136 0 0.03 0.38 0.15 55.61 0.53 0.69
Hex DA D4 88 0 3 26 F 38 35 45
Octal 332 324 210 0 3 46 17 70 65 105
Binary 11011010 11010100 10001000 0 11 100110 1111 111000 110101 1000101

Color Harmonies of #DAD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD488

Black with #DAD488

Text Example


Text Example

White with #DAD488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD488; }

 p { color: rgb(218,212,136); }

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

background-color css

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

 a { background-color: rgb(218,212,136); }

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

border-color css

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

 span { border-color: rgb(218,212,136); }

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