Html Css Color HEX #DAD686 Primrose

📋 copy color: '#DAD686'

red 218 ◦ green 214 ◦ blue 134

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

Shades of Primrose #DAD686

Tints of Primrose #DAD686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.81%

 BLUE value IS 134 (52.73% from 255) = 23.67%

R = 38.52%
G = 37.81%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAD686 (or 0xDAD686) is known color: Primrose. HEX triplet: DA, D6 and 86. RGB value is (218,214,134). Sum of RGB (Red+Green+Blue) = 218+214+134=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD686 is #252979. Grayscale: #CECECE. Windows color (decimal): -2435450 or 8836826. OLE color: 8836826.

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

Color convert

RGB 218 214 134 -
CMYK 0 0.02 0.39 0.15
HSL 57.14º 0.53% 0.69% -
HSV(B) 57.14º 0.39% 0.85% -
XYZ 57.26 64.72 32.03 -
YUV 206.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 218 214 134 0 0.02 0.39 0.15 57.14 0.53 0.69
Hex DA D6 86 0 2 27 F 39 35 45
Octal 332 326 206 0 2 47 17 71 65 105
Binary 11011010 11010110 10000110 0 10 100111 1111 111001 110101 1000101

Color Harmonies of #DAD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD686

Black with #DAD686

Text Example


Text Example

White with #DAD686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD686; }

 p { color: rgb(218,214,134); }

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

background-color css

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

 a { background-color: rgb(218,214,134); }

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

border-color css

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

 span { border-color: rgb(218,214,134); }

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