Html Css Color HEX #DCDA99 Primrose

📋 copy color: '#DCDA99'

red 220 ◦ green 218 ◦ blue 153

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

Shades of Primrose #DCDA99

Tints of Primrose #DCDA99

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.89%

 BLUE value IS 153 (60.16% from 255) = 25.89%

R = 37.23%
G = 36.89%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCDA99 (or 0xDCDA99) is known color: Primrose. HEX triplet: DC, DA and 99. RGB value is (220,218,153). Sum of RGB (Red+Green+Blue) = 220+218+153=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA99 is #232566. Grayscale: #D3D3D3. Windows color (decimal): -2303335 or 10083036. OLE color: 10083036.

HSL color Cylindrical-coordinate representation of color #DCDA99: hue angle of 58.21º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCDA99 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 153 -
CMYK 0 0.01 0.30 0.14
HSL 58.21º 0.49% 0.73% -
HSV(B) 58.21º 0.3% 0.86% -
XYZ 60.34 67.66 40.02 -
YUV 211.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 220 218 153 0 0.01 0.30 0.14 58.21 0.49 0.73
Hex DC DA 99 0 1 1E E 3A 31 49
Octal 334 332 231 0 1 36 16 72 61 111
Binary 11011100 11011010 10011001 0 1 11110 1110 111010 110001 1001001

Color Harmonies of #DCDA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA99

Black with #DCDA99

Text Example


Text Example

White with #DCDA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA99; }

 p { color: rgb(220,218,153); }

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

background-color css

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

 a { background-color: rgb(220,218,153); }

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

border-color css

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

 span { border-color: rgb(220,218,153); }

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