Html Css Color HEX #DDD68B Primrose

📋 copy color: '#DDD68B'

red 221 ◦ green 214 ◦ blue 139

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

Shades of Primrose #DDD68B

Tints of Primrose #DDD68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.22%

R = 38.5%
G = 37.28%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDD68B (or 0xDDD68B) is known color: Primrose. HEX triplet: DD, D6 and 8B. RGB value is (221,214,139). Sum of RGB (Red+Green+Blue) = 221+214+139=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD68B is #222974. Grayscale: #CFCFCF. Windows color (decimal): -2238837 or 9164509. OLE color: 9164509.

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

Color convert

RGB 221 214 139 -
CMYK 0 0.03 0.37 0.13
HSL 54.88º 0.55% 0.71% -
HSV(B) 54.88º 0.37% 0.87% -
XYZ 58.53 65.33 33.95 -
YUV 207.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 221 214 139 0 0.03 0.37 0.13 54.88 0.55 0.71
Hex DD D6 8B 0 3 25 D 37 37 47
Octal 335 326 213 0 3 45 15 67 67 107
Binary 11011101 11010110 10001011 0 11 100101 1101 110111 110111 1000111

Color Harmonies of #DDD68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD68B

Black with #DDD68B

Text Example


Text Example

White with #DDD68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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