Html Css Color HEX #DDDC82 Primrose

📋 copy color: '#DDDC82'

red 221 ◦ green 220 ◦ blue 130

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

Shades of Primrose #DDDC82

Tints of Primrose #DDDC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.77%

R = 38.7%
G = 38.53%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDDC82 (or 0xDDDC82) is known color: Primrose. HEX triplet: DD, DC and 82. RGB value is (221,220,130). Sum of RGB (Red+Green+Blue) = 221+220+130=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC82 is #22237D. Grayscale: #D2D2D2. Windows color (decimal): -2237310 or 8576221. OLE color: 8576221.

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

Color convert

RGB 221 220 130 -
CMYK 0 0.00 0.41 0.13
HSL 59.34º 0.57% 0.69% -
HSV(B) 59.34º 0.41% 0.87% -
XYZ 59.44 68.17 31.14 -
YUV 210.04 82.83 135.82 -
System Red Green Blue C M Y K H S L
Decimal 221 220 130 0 0.00 0.41 0.13 59.34 0.57 0.69
Hex DD DC 82 0 0 29 D 3B 39 45
Octal 335 334 202 0 0 51 15 73 71 105
Binary 11011101 11011100 10000010 0 0 101001 1101 111011 111001 1000101

Color Harmonies of #DDDC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC82

Black with #DDDC82

Text Example


Text Example

White with #DDDC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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