Html Css Color HEX #DDD792 Primrose

📋 copy color: '#DDD792'

red 221 ◦ green 215 ◦ blue 146

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

Shades of Primrose #DDD792

Tints of Primrose #DDD792

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.94%

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

R = 37.97%
G = 36.94%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDD792 (or 0xDDD792) is known color: Primrose. HEX triplet: DD, D7 and 92. RGB value is (221,215,146). Sum of RGB (Red+Green+Blue) = 221+215+146=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD792 is #22286D. Grayscale: #D1D1D1. Windows color (decimal): -2238574 or 9623517. OLE color: 9623517.

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

Color convert

RGB 221 215 146 -
CMYK 0 0.03 0.34 0.13
HSL 55.2º 0.52% 0.72% -
HSV(B) 55.2º 0.34% 0.87% -
XYZ 59.31 66.05 36.82 -
YUV 208.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 221 215 146 0 0.03 0.34 0.13 55.2 0.52 0.72
Hex DD D7 92 0 3 22 D 37 34 48
Octal 335 327 222 0 3 42 15 67 64 110
Binary 11011101 11010111 10010010 0 11 100010 1101 110111 110100 1001000

Color Harmonies of #DDD792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD792

Black with #DDD792

Text Example


Text Example

White with #DDD792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD792; }

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

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

background-color css

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

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

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

border-color css

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

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

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