Html Css Color HEX #DDDF81 Primrose

📋 copy color: '#DDDF81'

red 221 ◦ green 223 ◦ blue 129

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

Shades of Primrose #DDDF81

Tints of Primrose #DDDF81

RGB

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

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

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

R = 38.57%
G = 38.92%
B = 22.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDDF81 (or 0xDDDF81) is known color: Primrose. HEX triplet: DD, DF and 81. RGB value is (221,223,129). Sum of RGB (Red+Green+Blue) = 221+223+129=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF81 is #22207E. Grayscale: #D4D4D4. Windows color (decimal): -2236543 or 8511453. OLE color: 8511453.

HSL color Cylindrical-coordinate representation of color #DDDF81: hue angle of 61.28º degrees, saturation: 0.59, 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 #DDDF81 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 129 -
CMYK 0.01 0 0.42 0.13
HSL 61.28º 0.59% 0.69% -
HSV(B) 61.28º 0.42% 0.87% -
XYZ 60.17 69.73 31.06 -
YUV 211.69 81.34 134.64 -
System Red Green Blue C M Y K H S L
Decimal 221 223 129 0.01 0 0.42 0.13 61.28 0.59 0.69
Hex DD DF 81 1 0 2A D 3D 3B 45
Octal 335 337 201 1 0 52 15 75 73 105
Binary 11011101 11011111 10000001 1 0 101010 1101 111101 111011 1000101

Color Harmonies of #DDDF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF81

Black with #DDDF81

Text Example


Text Example

White with #DDDF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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