Html Css Color HEX #DDD68D Primrose

📋 copy color: '#DDD68D'

red 221 ◦ green 214 ◦ blue 141

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

Shades of Primrose #DDD68D

Tints of Primrose #DDD68D

RGB

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

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

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

R = 38.37%
G = 37.15%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDD68D (or 0xDDD68D) is known color: Primrose. HEX triplet: DD, D6 and 8D. RGB value is (221,214,141). Sum of RGB (Red+Green+Blue) = 221+214+141=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD68D is #222972. Grayscale: #D0D0D0. Windows color (decimal): -2238835 or 9295581. OLE color: 9295581.

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

Color convert

RGB 221 214 141 -
CMYK 0 0.03 0.36 0.13
HSL 54.75º 0.54% 0.71% -
HSV(B) 54.75º 0.36% 0.87% -
XYZ 58.67 65.39 34.73 -
YUV 207.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 221 214 141 0 0.03 0.36 0.13 54.75 0.54 0.71
Hex DD D6 8D 0 3 24 D 37 36 47
Octal 335 326 215 0 3 44 15 67 66 107
Binary 11011101 11010110 10001101 0 11 100100 1101 110111 110110 1000111

Color Harmonies of #DDD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD68D

Black with #DDD68D

Text Example


Text Example

White with #DDD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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