Html Css Color HEX #DCDA96 Primrose

📋 copy color: '#DCDA96'

red 220 ◦ green 218 ◦ blue 150

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

Shades of Primrose #DCDA96

Tints of Primrose #DCDA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.51%

R = 37.41%
G = 37.07%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCDA96 (or 0xDCDA96) is known color: Primrose. HEX triplet: DC, DA and 96. RGB value is (220,218,150). Sum of RGB (Red+Green+Blue) = 220+218+150=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA96 is #232569. Grayscale: #D3D3D3. Windows color (decimal): -2303338 or 9886428. OLE color: 9886428.

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

Color convert

RGB 220 218 150 -
CMYK 0 0.01 0.32 0.14
HSL 58.29º 0.5% 0.73% -
HSV(B) 58.29º 0.32% 0.86% -
XYZ 60.09 67.56 38.73 -
YUV 210.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 220 218 150 0 0.01 0.32 0.14 58.29 0.5 0.73
Hex DC DA 96 0 1 20 E 3A 32 49
Octal 334 332 226 0 1 40 16 72 62 111
Binary 11011100 11011010 10010110 0 1 100000 1110 111010 110010 1001001

Color Harmonies of #DCDA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA96

Black with #DCDA96

Text Example


Text Example

White with #DCDA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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