Html Css Color HEX #D9DA8A Primrose

📋 copy color: '#D9DA8A'

red 217 ◦ green 218 ◦ blue 138

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

Shades of Primrose #D9DA8A

Tints of Primrose #D9DA8A

RGB

 RED value IS 217 (85.16% from 255) = 37.87%

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

 BLUE value IS 138 (54.3% from 255) = 24.08%

R = 37.87%
G = 38.05%
B = 24.08%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D9DA8A (or 0xD9DA8A) is known color: Primrose. HEX triplet: D9, DA and 8A. RGB value is (217,218,138). Sum of RGB (Red+Green+Blue) = 217+218+138=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DA8A is #262575. Grayscale: #D0D0D0. Windows color (decimal): -2499958 or 9099993. OLE color: 9099993.

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

Color convert

RGB 217 218 138 -
CMYK 0.00 0 0.37 0.15
HSL 60.75º 0.52% 0.7% -
HSV(B) 60.75º 0.37% 0.85% -
XYZ 58.27 66.73 33.85 -
YUV 208.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 217 218 138 0.00 0 0.37 0.15 60.75 0.52 0.7
Hex D9 DA 8A 0 0 25 F 3D 34 46
Octal 331 332 212 0 0 45 17 75 64 106
Binary 11011001 11011010 10001010 0 0 100101 1111 111101 110100 1000110

Color Harmonies of #D9DA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DA8A

Black with #D9DA8A

Text Example


Text Example

White with #D9DA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DA8A; }

 p { color: rgb(217,218,138); }

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

background-color css

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

 a { background-color: rgb(217,218,138); }

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

border-color css

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

 span { border-color: rgb(217,218,138); }

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