Html Css Color HEX #DAD58C Primrose

📋 copy color: '#DAD58C'

red 218 ◦ green 213 ◦ blue 140

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

Shades of Primrose #DAD58C

Tints of Primrose #DAD58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.52%

R = 38.18%
G = 37.3%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAD58C (or 0xDAD58C) is known color: Primrose. HEX triplet: DA, D5 and 8C. RGB value is (218,213,140). Sum of RGB (Red+Green+Blue) = 218+213+140=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD58C is #252A73. Grayscale: #CECECE. Windows color (decimal): -2435700 or 9229786. OLE color: 9229786.

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

Color convert

RGB 218 213 140 -
CMYK 0 0.02 0.36 0.15
HSL 56.15º 0.51% 0.7% -
HSV(B) 56.15º 0.36% 0.85% -
XYZ 57.44 64.39 34.21 -
YUV 206.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 218 213 140 0 0.02 0.36 0.15 56.15 0.51 0.7
Hex DA D5 8C 0 2 24 F 38 33 46
Octal 332 325 214 0 2 44 17 70 63 106
Binary 11011010 11010101 10001100 0 10 100100 1111 111000 110011 1000110

Color Harmonies of #DAD58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD58C

Black with #DAD58C

Text Example


Text Example

White with #DAD58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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