Html Css Color HEX #DAD58D Primrose

📋 copy color: '#DAD58D'

red 218 ◦ green 213 ◦ blue 141

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

Shades of Primrose #DAD58D

Tints of Primrose #DAD58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.65%

R = 38.11%
G = 37.24%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAD58D (or 0xDAD58D) is known color: Primrose. HEX triplet: DA, D5 and 8D. RGB value is (218,213,141). Sum of RGB (Red+Green+Blue) = 218+213+141=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD58D is #252A72. Grayscale: #CECECE. Windows color (decimal): -2435699 or 9295322. OLE color: 9295322.

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

Color convert

RGB 218 213 141 -
CMYK 0 0.02 0.35 0.15
HSL 56.1º 0.51% 0.7% -
HSV(B) 56.1º 0.35% 0.85% -
XYZ 57.52 64.42 34.6 -
YUV 206.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 218 213 141 0 0.02 0.35 0.15 56.1 0.51 0.7
Hex DA D5 8D 0 2 23 F 38 33 46
Octal 332 325 215 0 2 43 17 70 63 106
Binary 11011010 11010101 10001101 0 10 100011 1111 111000 110011 1000110

Color Harmonies of #DAD58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD58D

Black with #DAD58D

Text Example


Text Example

White with #DAD58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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