Html Css Color HEX #DAD689 Primrose

📋 copy color: '#DAD689'

red 218 ◦ green 214 ◦ blue 137

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

Shades of Primrose #DAD689

Tints of Primrose #DAD689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.08%

R = 38.31%
G = 37.61%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAD689 (or 0xDAD689) is known color: Primrose. HEX triplet: DA, D6 and 89. RGB value is (218,214,137). Sum of RGB (Red+Green+Blue) = 218+214+137=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD689 is #252976. Grayscale: #CECECE. Windows color (decimal): -2435447 or 9033434. OLE color: 9033434.

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

Color convert

RGB 218 214 137 -
CMYK 0 0.02 0.37 0.15
HSL 57.04º 0.52% 0.7% -
HSV(B) 57.04º 0.37% 0.85% -
XYZ 57.48 64.8 33.15 -
YUV 206.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 218 214 137 0 0.02 0.37 0.15 57.04 0.52 0.7
Hex DA D6 89 0 2 25 F 39 34 46
Octal 332 326 211 0 2 45 17 71 64 106
Binary 11011010 11010110 10001001 0 10 100101 1111 111001 110100 1000110

Color Harmonies of #DAD689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD689

Black with #DAD689

Text Example


Text Example

White with #DAD689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD689; }

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

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

background-color css

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

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

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

border-color css

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

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

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