Html Css Color HEX #DDD68E Primrose

📋 copy color: '#DDD68E'

red 221 ◦ green 214 ◦ blue 142

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

Shades of Primrose #DDD68E

Tints of Primrose #DDD68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.61%

R = 38.3%
G = 37.09%
B = 24.61%

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

#DDD68E (or 0xDDD68E) is known color: Primrose. HEX triplet: DD, D6 and 8E. RGB value is (221,214,142). Sum of RGB (Red+Green+Blue) = 221+214+142=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD68E is #222971. Grayscale: #D0D0D0. Windows color (decimal): -2238834 or 9361117. OLE color: 9361117.

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

Color convert

RGB 221 214 142 -
CMYK 0 0.03 0.36 0.13
HSL 54.68º 0.54% 0.71% -
HSV(B) 54.68º 0.36% 0.87% -
XYZ 58.75 65.42 35.12 -
YUV 207.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 221 214 142 0 0.03 0.36 0.13 54.68 0.54 0.71
Hex DD D6 8E 0 3 24 D 37 36 47
Octal 335 326 216 0 3 44 15 67 66 107
Binary 11011101 11010110 10001110 0 11 100100 1101 110111 110110 1000111

Color Harmonies of #DDD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD68E

Black with #DDD68E

Text Example


Text Example

White with #DDD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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