Html Css Color HEX #DAD58F Primrose

📋 copy color: '#DAD58F'

red 218 ◦ green 213 ◦ blue 143

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

Shades of Primrose #DAD58F

Tints of Primrose #DAD58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.91%

R = 37.98%
G = 37.11%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAD58F (or 0xDAD58F) is known color: Primrose. HEX triplet: DA, D5 and 8F. RGB value is (218,213,143). Sum of RGB (Red+Green+Blue) = 218+213+143=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 143 (56.25% from 255 or 24.91% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD58F is #252A70. Grayscale: #CECECE. Windows color (decimal): -2435697 or 9426394. OLE color: 9426394.

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

Color convert

RGB 218 213 143 -
CMYK 0 0.02 0.34 0.15
HSL 56º 0.5% 0.71% -
HSV(B) 56º 0.34% 0.85% -
XYZ 57.67 64.48 35.39 -
YUV 206.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 218 213 143 0 0.02 0.34 0.15 56 0.5 0.71
Hex DA D5 8F 0 2 22 F 38 32 47
Octal 332 325 217 0 2 42 17 70 62 107
Binary 11011010 11010101 10001111 0 10 100010 1111 111000 110010 1000111

Color Harmonies of #DAD58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD58F

Black with #DAD58F

Text Example


Text Example

White with #DAD58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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