Html Css Color HEX #DDDF92 Primrose

📋 copy color: '#DDDF92'

red 221 ◦ green 223 ◦ blue 146

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

Shades of Primrose #DDDF92

Tints of Primrose #DDDF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.75%

R = 37.46%
G = 37.8%
B = 24.75%

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

#DDDF92 (or 0xDDDF92) is known color: Primrose. HEX triplet: DD, DF and 92. RGB value is (221,223,146). Sum of RGB (Red+Green+Blue) = 221+223+146=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF92 is #22206D. Grayscale: #D5D5D5. Windows color (decimal): -2236526 or 9625565. OLE color: 9625565.

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

Color convert

RGB 221 223 146 -
CMYK 0.01 0 0.35 0.13
HSL 61.56º 0.55% 0.72% -
HSV(B) 61.56º 0.35% 0.87% -
XYZ 61.39 70.22 37.51 -
YUV 213.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 221 223 146 0.01 0 0.35 0.13 61.56 0.55 0.72
Hex DD DF 92 1 0 23 D 3E 37 48
Octal 335 337 222 1 0 43 15 76 67 110
Binary 11011101 11011111 10010010 1 0 100011 1101 111110 110111 1001000

Color Harmonies of #DDDF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF92

Black with #DDDF92

Text Example


Text Example

White with #DDDF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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