Html Css Color HEX #DDD785 Primrose

📋 copy color: '#DDD785'

red 221 ◦ green 215 ◦ blue 133

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

Shades of Primrose #DDD785

Tints of Primrose #DDD785

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.79%

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

R = 38.84%
G = 37.79%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDD785 (or 0xDDD785) is known color: Primrose. HEX triplet: DD, D7 and 85. RGB value is (221,215,133). Sum of RGB (Red+Green+Blue) = 221+215+133=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD785 is #22287A. Grayscale: #CFCFCF. Windows color (decimal): -2238587 or 8771549. OLE color: 8771549.

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

Color convert

RGB 221 215 133 -
CMYK 0 0.03 0.40 0.13
HSL 55.91º 0.56% 0.69% -
HSV(B) 55.91º 0.4% 0.87% -
XYZ 58.35 65.67 31.79 -
YUV 207.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 221 215 133 0 0.03 0.40 0.13 55.91 0.56 0.69
Hex DD D7 85 0 3 28 D 38 38 45
Octal 335 327 205 0 3 50 15 70 70 105
Binary 11011101 11010111 10000101 0 11 101000 1101 111000 111000 1000101

Color Harmonies of #DDD785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD785

Black with #DDD785

Text Example


Text Example

White with #DDD785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD785; }

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

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

background-color css

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

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

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

border-color css

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

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

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