Html Css Color HEX #DAD785 Primrose

📋 copy color: '#DAD785'

red 218 ◦ green 215 ◦ blue 133

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

Shades of Primrose #DAD785

Tints of Primrose #DAD785

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.99%

 BLUE value IS 133 (52.34% from 255) = 23.5%

R = 38.52%
G = 37.99%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAD785 (or 0xDAD785) is known color: Primrose. HEX triplet: DA, D7 and 85. RGB value is (218,215,133). Sum of RGB (Red+Green+Blue) = 218+215+133=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD785 is #25287A. Grayscale: #CECECE. Windows color (decimal): -2435195 or 8771546. OLE color: 8771546.

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

Color convert

RGB 218 215 133 -
CMYK 0 0.01 0.39 0.15
HSL 57.88º 0.53% 0.69% -
HSV(B) 57.88º 0.39% 0.85% -
XYZ 57.45 65.2 31.75 -
YUV 206.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 218 215 133 0 0.01 0.39 0.15 57.88 0.53 0.69
Hex DA D7 85 0 1 27 F 3A 35 45
Octal 332 327 205 0 1 47 17 72 65 105
Binary 11011010 11010111 10000101 0 1 100111 1111 111010 110101 1000101

Color Harmonies of #DAD785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD785

Black with #DAD785

Text Example


Text Example

White with #DAD785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD785; }

 p { color: rgb(218,215,133); }

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

background-color css

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

 a { background-color: rgb(218,215,133); }

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

border-color css

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

 span { border-color: rgb(218,215,133); }

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