Html Css Color HEX #D5DA94 Primrose

📋 copy color: '#D5DA94'

red 213 ◦ green 218 ◦ blue 148

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

Shades of Primrose #D5DA94

Tints of Primrose #D5DA94

RGB

 RED value IS 213 (83.59% from 255) = 36.79%

 GREEN value IS 218 (85.55% from 255) = 37.65%

 BLUE value IS 148 (58.2% from 255) = 25.56%

R = 36.79%
G = 37.65%
B = 25.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D5DA94 (or 0xD5DA94) is known color: Primrose. HEX triplet: D5, DA and 94. RGB value is (213,218,148). Sum of RGB (Red+Green+Blue) = 213+218+148=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DA94 is #2A256B. Grayscale: #D0D0D0. Windows color (decimal): -2762092 or 9755349. OLE color: 9755349.

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

Color convert

RGB 213 218 148 -
CMYK 0.02 0 0.32 0.15
HSL 64.29º 0.49% 0.72% -
HSV(B) 64.29º 0.32% 0.85% -
XYZ 57.86 66.43 37.79 -
YUV 208.53 93.84 131.19 -
System Red Green Blue C M Y K H S L
Decimal 213 218 148 0.02 0 0.32 0.15 64.29 0.49 0.72
Hex D5 DA 94 2 0 20 F 40 31 48
Octal 325 332 224 2 0 40 17 100 61 110
Binary 11010101 11011010 10010100 10 0 100000 1111 1000000 110001 1001000

Color Harmonies of #D5DA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA94

Black with #D5DA94

Text Example


Text Example

White with #D5DA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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