Html Css Color HEX #DDDA8C Primrose

📋 copy color: '#DDDA8C'

red 221 ◦ green 218 ◦ blue 140

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

Shades of Primrose #DDDA8C

Tints of Primrose #DDDA8C

RGB

 RED value IS 221 (86.72% from 255) = 38.17%

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

 BLUE value IS 140 (55.08% from 255) = 24.18%

R = 38.17%
G = 37.65%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDDA8C (or 0xDDDA8C) is known color: Primrose. HEX triplet: DD, DA and 8C. RGB value is (221,218,140). Sum of RGB (Red+Green+Blue) = 221+218+140=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA8C is #222573. Grayscale: #D2D2D2. Windows color (decimal): -2237812 or 9231069. OLE color: 9231069.

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

Color convert

RGB 221 218 140 -
CMYK 0 0.01 0.37 0.13
HSL 57.78º 0.54% 0.71% -
HSV(B) 57.78º 0.37% 0.87% -
XYZ 59.62 67.41 34.68 -
YUV 210.01 88.49 135.84 -
System Red Green Blue C M Y K H S L
Decimal 221 218 140 0 0.01 0.37 0.13 57.78 0.54 0.71
Hex DD DA 8C 0 1 25 D 3A 36 47
Octal 335 332 214 0 1 45 15 72 66 107
Binary 11011101 11011010 10001100 0 1 100101 1101 111010 110110 1000111

Color Harmonies of #DDDA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA8C

Black with #DDDA8C

Text Example


Text Example

White with #DDDA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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