Html Css Color HEX #DCDD89 Primrose

📋 copy color: '#DCDD89'

red 220 ◦ green 221 ◦ blue 137

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

Shades of Primrose #DCDD89

Tints of Primrose #DCDD89

RGB

 RED value IS 220 (86.33% from 255) = 38.06%

 GREEN value IS 221 (86.72% from 255) = 38.24%

 BLUE value IS 137 (53.91% from 255) = 23.7%

R = 38.06%
G = 38.24%
B = 23.7%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DCDD89 (or 0xDCDD89) is known color: Primrose. HEX triplet: DC, DD and 89. RGB value is (220,221,137). Sum of RGB (Red+Green+Blue) = 220+221+137=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 137 (53.91% from 255 or 23.70% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD89 is #232276. Grayscale: #D3D3D3. Windows color (decimal): -2302583 or 9035228. OLE color: 9035228.

HSL color Cylindrical-coordinate representation of color #DCDD89: hue angle of 60.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCDD89 is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 137 -
CMYK 0.00 0 0.38 0.13
HSL 60.71º 0.55% 0.7% -
HSV(B) 60.71º 0.38% 0.87% -
XYZ 59.89 68.73 33.78 -
YUV 211.13 86.17 134.33 -
System Red Green Blue C M Y K H S L
Decimal 220 221 137 0.00 0 0.38 0.13 60.71 0.55 0.7
Hex DC DD 89 0 0 26 D 3D 37 46
Octal 334 335 211 0 0 46 15 75 67 106
Binary 11011100 11011101 10001001 0 0 100110 1101 111101 110111 1000110

Color Harmonies of #DCDD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD89

Black with #DCDD89

Text Example


Text Example

White with #DCDD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD89; }

 p { color: rgb(220,221,137); }

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

background-color css

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

 a { background-color: rgb(220,221,137); }

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

border-color css

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

 span { border-color: rgb(220,221,137); }

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