Html Css Color HEX #DDDA8D Primrose

📋 copy color: '#DDDA8D'

red 221 ◦ green 218 ◦ blue 141

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

Shades of Primrose #DDDA8D

Tints of Primrose #DDDA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.31%

R = 38.1%
G = 37.59%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDDA8D (or 0xDDDA8D) is known color: Primrose. HEX triplet: DD, DA and 8D. RGB value is (221,218,141). Sum of RGB (Red+Green+Blue) = 221+218+141=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA8D is #222572. Grayscale: #D2D2D2. Windows color (decimal): -2237811 or 9296605. OLE color: 9296605.

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

Color convert

RGB 221 218 141 -
CMYK 0 0.01 0.36 0.13
HSL 57.75º 0.54% 0.71% -
HSV(B) 57.75º 0.36% 0.87% -
XYZ 59.7 67.44 35.07 -
YUV 210.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 221 218 141 0 0.01 0.36 0.13 57.75 0.54 0.71
Hex DD DA 8D 0 1 24 D 3A 36 47
Octal 335 332 215 0 1 44 15 72 66 107
Binary 11011101 11011010 10001101 0 1 100100 1101 111010 110110 1000111

Color Harmonies of #DDDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA8D

Black with #DDDA8D

Text Example


Text Example

White with #DDDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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