Html Css Color HEX #DDD684 Primrose

📋 copy color: '#DDD684'

red 221 ◦ green 214 ◦ blue 132

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

Shades of Primrose #DDD684

Tints of Primrose #DDD684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.28%

R = 38.98%
G = 37.74%
B = 23.28%

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

#DDD684 (or 0xDDD684) is known color: Primrose. HEX triplet: DD, D6 and 84. RGB value is (221,214,132). Sum of RGB (Red+Green+Blue) = 221+214+132=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD684 is #22297B. Grayscale: #CFCFCF. Windows color (decimal): -2238844 or 8705757. OLE color: 8705757.

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

Color convert

RGB 221 214 132 -
CMYK 0 0.03 0.40 0.13
HSL 55.28º 0.57% 0.69% -
HSV(B) 55.28º 0.4% 0.87% -
XYZ 58.03 65.13 31.34 -
YUV 206.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 221 214 132 0 0.03 0.40 0.13 55.28 0.57 0.69
Hex DD D6 84 0 3 28 D 37 39 45
Octal 335 326 204 0 3 50 15 67 71 105
Binary 11011101 11010110 10000100 0 11 101000 1101 110111 111001 1000101

Color Harmonies of #DDD684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD684

Black with #DDD684

Text Example


Text Example

White with #DDD684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD684; }

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

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

background-color css

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

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

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

border-color css

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

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

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