Html Css Color HEX #DDDF90 Primrose

📋 copy color: '#DDDF90'

red 221 ◦ green 223 ◦ blue 144

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

Shades of Primrose #DDDF90

Tints of Primrose #DDDF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.49%

R = 37.59%
G = 37.93%
B = 24.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDDF90 (or 0xDDDF90) is known color: Primrose. HEX triplet: DD, DF and 90. RGB value is (221,223,144). Sum of RGB (Red+Green+Blue) = 221+223+144=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF90 is #22206F. Grayscale: #D5D5D5. Windows color (decimal): -2236528 or 9494493. OLE color: 9494493.

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

Color convert

RGB 221 223 144 -
CMYK 0.01 0 0.35 0.13
HSL 61.52º 0.55% 0.72% -
HSV(B) 61.52º 0.35% 0.87% -
XYZ 61.24 70.16 36.7 -
YUV 213.4 88.84 133.42 -
System Red Green Blue C M Y K H S L
Decimal 221 223 144 0.01 0 0.35 0.13 61.52 0.55 0.72
Hex DD DF 90 1 0 23 D 3E 37 48
Octal 335 337 220 1 0 43 15 76 67 110
Binary 11011101 11011111 10010000 1 0 100011 1101 111110 110111 1001000

Color Harmonies of #DDDF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF90

Black with #DDDF90

Text Example


Text Example

White with #DDDF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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