Html Css Color HEX #DDD690 Primrose

📋 copy color: '#DDD690'

red 221 ◦ green 214 ◦ blue 144

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

Shades of Primrose #DDD690

Tints of Primrose #DDD690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.96%

 BLUE value IS 144 (56.64% from 255) = 24.87%

R = 38.17%
G = 36.96%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDD690 (or 0xDDD690) is known color: Primrose. HEX triplet: DD, D6 and 90. RGB value is (221,214,144). Sum of RGB (Red+Green+Blue) = 221+214+144=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD690 is #22296F. Grayscale: #D0D0D0. Windows color (decimal): -2238832 or 9492189. OLE color: 9492189.

HSL color Cylindrical-coordinate representation of color #DDD690: hue angle of 54.55º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDD690 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 144 -
CMYK 0 0.03 0.35 0.13
HSL 54.55º 0.53% 0.72% -
HSV(B) 54.55º 0.35% 0.87% -
XYZ 58.9 65.48 35.92 -
YUV 208.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 221 214 144 0 0.03 0.35 0.13 54.55 0.53 0.72
Hex DD D6 90 0 3 23 D 37 35 48
Octal 335 326 220 0 3 43 15 67 65 110
Binary 11011101 11010110 10010000 0 11 100011 1101 110111 110101 1001000

Color Harmonies of #DDD690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD690

Black with #DDD690

Text Example


Text Example

White with #DDD690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD690; }

 p { color: rgb(221,214,144); }

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

background-color css

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

 a { background-color: rgb(221,214,144); }

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

border-color css

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

 span { border-color: rgb(221,214,144); }

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