Html Css Color HEX #DDD783 Primrose

📋 copy color: '#DDD783'

red 221 ◦ green 215 ◦ blue 131

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

Shades of Primrose #DDD783

Tints of Primrose #DDD783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.1%

R = 38.98%
G = 37.92%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDD783 (or 0xDDD783) is known color: Primrose. HEX triplet: DD, D7 and 83. RGB value is (221,215,131). Sum of RGB (Red+Green+Blue) = 221+215+131=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD783 is #22287C. Grayscale: #CFCFCF. Windows color (decimal): -2238589 or 8640477. OLE color: 8640477.

HSL color Cylindrical-coordinate representation of color #DDD783: hue angle of 56º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDD783 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 131 -
CMYK 0 0.03 0.41 0.13
HSL 56º 0.57% 0.69% -
HSV(B) 56º 0.41% 0.87% -
XYZ 58.22 65.61 31.07 -
YUV 207.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 221 215 131 0 0.03 0.41 0.13 56 0.57 0.69
Hex DD D7 83 0 3 29 D 38 39 45
Octal 335 327 203 0 3 51 15 70 71 105
Binary 11011101 11010111 10000011 0 11 101001 1101 111000 111001 1000101

Color Harmonies of #DDD783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD783

Black with #DDD783

Text Example


Text Example

White with #DDD783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD783; }

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

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

background-color css

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

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

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

border-color css

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

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

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