Html Css Color HEX #DDD985 Primrose

📋 copy color: '#DDD985'

red 221 ◦ green 217 ◦ blue 133

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

Shades of Primrose #DDD985

Tints of Primrose #DDD985

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38%

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

R = 38.7%
G = 38%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDD985 (or 0xDDD985) is known color: Primrose. HEX triplet: DD, D9 and 85. RGB value is (221,217,133). Sum of RGB (Red+Green+Blue) = 221+217+133=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD985 is #22267A. Grayscale: #D0D0D0. Windows color (decimal): -2238075 or 8772061. OLE color: 8772061.

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

Color convert

RGB 221 217 133 -
CMYK 0 0.02 0.40 0.13
HSL 57.27º 0.56% 0.69% -
HSV(B) 57.27º 0.4% 0.87% -
XYZ 58.87 66.69 31.96 -
YUV 208.62 85.33 136.83 -
System Red Green Blue C M Y K H S L
Decimal 221 217 133 0 0.02 0.40 0.13 57.27 0.56 0.69
Hex DD D9 85 0 2 28 D 39 38 45
Octal 335 331 205 0 2 50 15 71 70 105
Binary 11011101 11011001 10000101 0 10 101000 1101 111001 111000 1000101

Color Harmonies of #DDD985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD985

Black with #DDD985

Text Example


Text Example

White with #DDD985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD985; }

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

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

background-color css

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

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

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

border-color css

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

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

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