Html Css Color HEX #DDD492 Primrose

📋 copy color: '#DDD492'

red 221 ◦ green 212 ◦ blue 146

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

Shades of Primrose #DDD492

Tints of Primrose #DDD492

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.61%

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

R = 38.17%
G = 36.61%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDD492 (or 0xDDD492) is known color: Primrose. HEX triplet: DD, D4 and 92. RGB value is (221,212,146). Sum of RGB (Red+Green+Blue) = 221+212+146=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD492 is #222B6D. Grayscale: #CFCFCF. Windows color (decimal): -2239342 or 9622749. OLE color: 9622749.

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

Color convert

RGB 221 212 146 -
CMYK 0 0.04 0.34 0.13
HSL 52.8º 0.52% 0.72% -
HSV(B) 52.8º 0.34% 0.87% -
XYZ 58.55 64.53 36.56 -
YUV 207.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 221 212 146 0 0.04 0.34 0.13 52.8 0.52 0.72
Hex DD D4 92 0 4 22 D 35 34 48
Octal 335 324 222 0 4 42 15 65 64 110
Binary 11011101 11010100 10010010 0 100 100010 1101 110101 110100 1001000

Color Harmonies of #DDD492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD492

Black with #DDD492

Text Example


Text Example

White with #DDD492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD492; }

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

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

background-color css

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

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

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

border-color css

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

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

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