Html Css Color HEX #DDDC85 Primrose

📋 copy color: '#DDDC85'

red 221 ◦ green 220 ◦ blue 133

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

Shades of Primrose #DDDC85

Tints of Primrose #DDDC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.17%

R = 38.5%
G = 38.33%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDDC85 (or 0xDDDC85) is known color: Primrose. HEX triplet: DD, DC and 85. RGB value is (221,220,133). Sum of RGB (Red+Green+Blue) = 221+220+133=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC85 is #22237A. Grayscale: #D2D2D2. Windows color (decimal): -2237307 or 8772829. OLE color: 8772829.

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

Color convert

RGB 221 220 133 -
CMYK 0 0.00 0.40 0.13
HSL 59.32º 0.56% 0.69% -
HSV(B) 59.32º 0.4% 0.87% -
XYZ 59.65 68.25 32.22 -
YUV 210.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 221 220 133 0 0.00 0.40 0.13 59.32 0.56 0.69
Hex DD DC 85 0 0 28 D 3B 38 45
Octal 335 334 205 0 0 50 15 73 70 105
Binary 11011101 11011100 10000101 0 0 101000 1101 111011 111000 1000101

Color Harmonies of #DDDC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC85

Black with #DDDC85

Text Example


Text Example

White with #DDDC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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