Html Css Color HEX #DDD683 Primrose

📋 copy color: '#DDD683'

red 221 ◦ green 214 ◦ blue 131

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

Shades of Primrose #DDD683

Tints of Primrose #DDD683

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.81%

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

R = 39.05%
G = 37.81%
B = 23.14%

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

#DDD683 (or 0xDDD683) is known color: Primrose. HEX triplet: DD, D6 and 83. RGB value is (221,214,131). Sum of RGB (Red+Green+Blue) = 221+214+131=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD683 is #22297C. Grayscale: #CECECE. Windows color (decimal): -2238845 or 8640221. OLE color: 8640221.

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

Color convert

RGB 221 214 131 -
CMYK 0 0.03 0.41 0.13
HSL 55.33º 0.57% 0.69% -
HSV(B) 55.33º 0.41% 0.87% -
XYZ 57.96 65.1 30.98 -
YUV 206.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 221 214 131 0 0.03 0.41 0.13 55.33 0.57 0.69
Hex DD D6 83 0 3 29 D 37 39 45
Octal 335 326 203 0 3 51 15 67 71 105
Binary 11011101 11010110 10000011 0 11 101001 1101 110111 111001 1000101

Color Harmonies of #DDD683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD683

Black with #DDD683

Text Example


Text Example

White with #DDD683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD683; }

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

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

background-color css

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

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

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

border-color css

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

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

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