Html Css Color HEX #DDDC8D Primrose

📋 copy color: '#DDDC8D'

red 221 ◦ green 220 ◦ blue 141

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

Shades of Primrose #DDDC8D

Tints of Primrose #DDDC8D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.8%

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

R = 37.97%
G = 37.8%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDDC8D (or 0xDDDC8D) is known color: Primrose. HEX triplet: DD, DC and 8D. RGB value is (221,220,141). Sum of RGB (Red+Green+Blue) = 221+220+141=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC8D is #222372. Grayscale: #D3D3D3. Windows color (decimal): -2237299 or 9297117. OLE color: 9297117.

HSL color Cylindrical-coordinate representation of color #DDDC8D: hue angle of 59.25º 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 #DDDC8D is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 220 141 -
CMYK 0 0.00 0.36 0.13
HSL 59.25º 0.54% 0.71% -
HSV(B) 59.25º 0.36% 0.87% -
XYZ 60.22 68.48 35.24 -
YUV 211.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 221 220 141 0 0.00 0.36 0.13 59.25 0.54 0.71
Hex DD DC 8D 0 0 24 D 3B 36 47
Octal 335 334 215 0 0 44 15 73 66 107
Binary 11011101 11011100 10001101 0 0 100100 1101 111011 110110 1000111

Color Harmonies of #DDDC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC8D

Black with #DDDC8D

Text Example


Text Example

White with #DDDC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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