Html Css Color HEX #DAD58E Primrose

📋 copy color: '#DAD58E'

red 218 ◦ green 213 ◦ blue 142

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

Shades of Primrose #DAD58E

Tints of Primrose #DAD58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.78%

R = 38.05%
G = 37.17%
B = 24.78%

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

#DAD58E (or 0xDAD58E) is known color: Primrose. HEX triplet: DA, D5 and 8E. RGB value is (218,213,142). Sum of RGB (Red+Green+Blue) = 218+213+142=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD58E is #252A71. Grayscale: #CECECE. Windows color (decimal): -2435698 or 9360858. OLE color: 9360858.

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

Color convert

RGB 218 213 142 -
CMYK 0 0.02 0.35 0.15
HSL 56.05º 0.51% 0.71% -
HSV(B) 56.05º 0.35% 0.85% -
XYZ 57.59 64.45 35 -
YUV 206.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 218 213 142 0 0.02 0.35 0.15 56.05 0.51 0.71
Hex DA D5 8E 0 2 23 F 38 33 47
Octal 332 325 216 0 2 43 17 70 63 107
Binary 11011010 11010101 10001110 0 10 100011 1111 111000 110011 1000111

Color Harmonies of #DAD58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD58E

Black with #DAD58E

Text Example


Text Example

White with #DAD58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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