Html Css Color HEX #DADD8A Primrose

📋 copy color: '#DADD8A'

red 218 ◦ green 221 ◦ blue 138

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

Shades of Primrose #DADD8A

Tints of Primrose #DADD8A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.3%

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

R = 37.78%
G = 38.3%
B = 23.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DADD8A (or 0xDADD8A) is known color: Primrose. HEX triplet: DA, DD and 8A. RGB value is (218,221,138). Sum of RGB (Red+Green+Blue) = 218+221+138=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD8A is #252275. Grayscale: #D2D2D2. Windows color (decimal): -2433654 or 9100762. OLE color: 9100762.

HSL color Cylindrical-coordinate representation of color #DADD8A: hue angle of 62.17º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DADD8A is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 138 -
CMYK 0.01 0 0.38 0.13
HSL 62.17º 0.55% 0.7% -
HSV(B) 62.17º 0.38% 0.87% -
XYZ 59.36 68.45 34.13 -
YUV 210.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 218 221 138 0.01 0 0.38 0.13 62.17 0.55 0.7
Hex DA DD 8A 1 0 26 D 3E 37 46
Octal 332 335 212 1 0 46 15 76 67 106
Binary 11011010 11011101 10001010 1 0 100110 1101 111110 110111 1000110

Color Harmonies of #DADD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD8A

Black with #DADD8A

Text Example


Text Example

White with #DADD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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