Html Css Color HEX #DDDB81 Primrose

📋 copy color: '#DDDB81'

red 221 ◦ green 219 ◦ blue 129

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

Shades of Primrose #DDDB81

Tints of Primrose #DDDB81

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

 BLUE value IS 129 (50.78% from 255) = 22.67%

R = 38.84%
G = 38.49%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDDB81 (or 0xDDDB81) is known color: Primrose. HEX triplet: DD, DB and 81. RGB value is (221,219,129). Sum of RGB (Red+Green+Blue) = 221+219+129=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB81 is #22247E. Grayscale: #D1D1D1. Windows color (decimal): -2237567 or 8510429. OLE color: 8510429.

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

Color convert

RGB 221 219 129 -
CMYK 0 0.01 0.42 0.13
HSL 58.7º 0.58% 0.69% -
HSV(B) 58.7º 0.42% 0.87% -
XYZ 59.11 67.62 30.71 -
YUV 209.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 221 219 129 0 0.01 0.42 0.13 58.7 0.58 0.69
Hex DD DB 81 0 1 2A D 3B 3A 45
Octal 335 333 201 0 1 52 15 73 72 105
Binary 11011101 11011011 10000001 0 1 101010 1101 111011 111010 1000101

Color Harmonies of #DDDB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB81

Black with #DDDB81

Text Example


Text Example

White with #DDDB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB81; }

 p { color: rgb(221,219,129); }

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

background-color css

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

 a { background-color: rgb(221,219,129); }

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

border-color css

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

 span { border-color: rgb(221,219,129); }

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