Html Css Color HEX #DDDC94 Primrose

📋 copy color: '#DDDC94'

red 221 ◦ green 220 ◦ blue 148

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

Shades of Primrose #DDDC94

Tints of Primrose #DDDC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.13%

R = 37.52%
G = 37.35%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDDC94 (or 0xDDDC94) is known color: Primrose. HEX triplet: DD, DC and 94. RGB value is (221,220,148). Sum of RGB (Red+Green+Blue) = 221+220+148=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC94 is #22236B. Grayscale: #D4D4D4. Windows color (decimal): -2237292 or 9755869. OLE color: 9755869.

HSL color Cylindrical-coordinate representation of color #DDDC94: hue angle of 59.18º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDDC94 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 220 148 -
CMYK 0 0.00 0.33 0.13
HSL 59.18º 0.52% 0.72% -
HSV(B) 59.18º 0.33% 0.87% -
XYZ 60.76 68.7 38.07 -
YUV 212.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 221 220 148 0 0.00 0.33 0.13 59.18 0.52 0.72
Hex DD DC 94 0 0 21 D 3B 34 48
Octal 335 334 224 0 0 41 15 73 64 110
Binary 11011101 11011100 10010100 0 0 100001 1101 111011 110100 1001000

Color Harmonies of #DDDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC94

Black with #DDDC94

Text Example


Text Example

White with #DDDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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