Html Css Color HEX #DDDC93 Primrose

📋 copy color: '#DDDC93'

red 221 ◦ green 220 ◦ blue 147

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

Shades of Primrose #DDDC93

Tints of Primrose #DDDC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25%

R = 37.59%
G = 37.41%
B = 25%

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

#DDDC93 (or 0xDDDC93) is known color: Primrose. HEX triplet: DD, DC and 93. RGB value is (221,220,147). Sum of RGB (Red+Green+Blue) = 221+220+147=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 147 (57.81% from 255 or 25% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC93 is #22236C. Grayscale: #D4D4D4. Windows color (decimal): -2237293 or 9690333. OLE color: 9690333.

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

Color convert

RGB 221 220 147 -
CMYK 0 0.00 0.33 0.13
HSL 59.19º 0.52% 0.72% -
HSV(B) 59.19º 0.33% 0.87% -
XYZ 60.68 68.67 37.66 -
YUV 211.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 221 220 147 0 0.00 0.33 0.13 59.19 0.52 0.72
Hex DD DC 93 0 0 21 D 3B 34 48
Octal 335 334 223 0 0 41 15 73 64 110
Binary 11011101 11011100 10010011 0 0 100001 1101 111011 110100 1001000

Color Harmonies of #DDDC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC93

Black with #DDDC93

Text Example


Text Example

White with #DDDC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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