Html Css Color HEX #DDDF8D Primrose

📋 copy color: '#DDDF8D'

red 221 ◦ green 223 ◦ blue 141

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

Shades of Primrose #DDDF8D

Tints of Primrose #DDDF8D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.12%

 BLUE value IS 141 (55.47% from 255) = 24.1%

R = 37.78%
G = 38.12%
B = 24.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDDF8D (or 0xDDDF8D) is known color: Primrose. HEX triplet: DD, DF and 8D. RGB value is (221,223,141). Sum of RGB (Red+Green+Blue) = 221+223+141=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF8D is #222072. Grayscale: #D5D5D5. Windows color (decimal): -2236531 or 9297885. OLE color: 9297885.

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

Color convert

RGB 221 223 141 -
CMYK 0.01 0 0.37 0.13
HSL 61.46º 0.56% 0.71% -
HSV(B) 61.46º 0.37% 0.87% -
XYZ 61.01 70.07 35.51 -
YUV 213.05 87.34 133.67 -
System Red Green Blue C M Y K H S L
Decimal 221 223 141 0.01 0 0.37 0.13 61.46 0.56 0.71
Hex DD DF 8D 1 0 25 D 3D 38 47
Octal 335 337 215 1 0 45 15 75 70 107
Binary 11011101 11011111 10001101 1 0 100101 1101 111101 111000 1000111

Color Harmonies of #DDDF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF8D

Black with #DDDF8D

Text Example


Text Example

White with #DDDF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF8D; }

 p { color: rgb(221,223,141); }

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

background-color css

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

 a { background-color: rgb(221,223,141); }

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

border-color css

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

 span { border-color: rgb(221,223,141); }

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