Html Css Color HEX #DAD78F Primrose

📋 copy color: '#DAD78F'

red 218 ◦ green 215 ◦ blue 143

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

Shades of Primrose #DAD78F

Tints of Primrose #DAD78F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.33%

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

R = 37.85%
G = 37.33%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAD78F (or 0xDAD78F) is known color: Primrose. HEX triplet: DA, D7 and 8F. RGB value is (218,215,143). Sum of RGB (Red+Green+Blue) = 218+215+143=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD78F is #252870. Grayscale: #CFCFCF. Windows color (decimal): -2435185 or 9426906. OLE color: 9426906.

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

Color convert

RGB 218 215 143 -
CMYK 0 0.01 0.34 0.15
HSL 57.6º 0.5% 0.71% -
HSV(B) 57.6º 0.34% 0.85% -
XYZ 58.17 65.49 35.56 -
YUV 207.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 218 215 143 0 0.01 0.34 0.15 57.6 0.5 0.71
Hex DA D7 8F 0 1 22 F 3A 32 47
Octal 332 327 217 0 1 42 17 72 62 107
Binary 11011010 11010111 10001111 0 1 100010 1111 111010 110010 1000111

Color Harmonies of #DAD78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD78F

Black with #DAD78F

Text Example


Text Example

White with #DAD78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD78F; }

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

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

background-color css

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

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

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

border-color css

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

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

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