Html Css Color HEX #DDD688 Primrose

📋 copy color: '#DDD688'

red 221 ◦ green 214 ◦ blue 136

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

Shades of Primrose #DDD688

Tints of Primrose #DDD688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.82%

R = 38.7%
G = 37.48%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDD688 (or 0xDDD688) is known color: Primrose. HEX triplet: DD, D6 and 88. RGB value is (221,214,136). Sum of RGB (Red+Green+Blue) = 221+214+136=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD688 is #222977. Grayscale: #CFCFCF. Windows color (decimal): -2238840 or 8967901. OLE color: 8967901.

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

Color convert

RGB 221 214 136 -
CMYK 0 0.03 0.38 0.13
HSL 55.06º 0.56% 0.7% -
HSV(B) 55.06º 0.38% 0.87% -
XYZ 58.31 65.24 32.81 -
YUV 207.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 221 214 136 0 0.03 0.38 0.13 55.06 0.56 0.7
Hex DD D6 88 0 3 26 D 37 38 46
Octal 335 326 210 0 3 46 15 67 70 106
Binary 11011101 11010110 10001000 0 11 100110 1101 110111 111000 1000110

Color Harmonies of #DDD688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD688

Black with #DDD688

Text Example


Text Example

White with #DDD688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD688; }

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

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

background-color css

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

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

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

border-color css

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

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

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