Html Css Color HEX #DAD585 Primrose

📋 copy color: '#DAD585'

red 218 ◦ green 213 ◦ blue 133

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

Shades of Primrose #DAD585

Tints of Primrose #DAD585

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.77%

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

R = 38.65%
G = 37.77%
B = 23.58%

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

#DAD585 (or 0xDAD585) is known color: Primrose. HEX triplet: DA, D5 and 85. RGB value is (218,213,133). Sum of RGB (Red+Green+Blue) = 218+213+133=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD585 is #252A7A. Grayscale: #CDCDCD. Windows color (decimal): -2435707 or 8771034. OLE color: 8771034.

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

Color convert

RGB 218 213 133 -
CMYK 0 0.02 0.39 0.15
HSL 56.47º 0.53% 0.69% -
HSV(B) 56.47º 0.39% 0.85% -
XYZ 56.94 64.19 31.58 -
YUV 205.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 218 213 133 0 0.02 0.39 0.15 56.47 0.53 0.69
Hex DA D5 85 0 2 27 F 38 35 45
Octal 332 325 205 0 2 47 17 70 65 105
Binary 11011010 11010101 10000101 0 10 100111 1111 111000 110101 1000101

Color Harmonies of #DAD585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD585

Black with #DAD585

Text Example


Text Example

White with #DAD585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD585; }

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

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

background-color css

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

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

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

border-color css

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

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

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