Html Css Color HEX #DADC96 Primrose

📋 copy color: '#DADC96'

red 218 ◦ green 220 ◦ blue 150

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

Shades of Primrose #DADC96

Tints of Primrose #DADC96

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #DADC96: hue angle of 61.71º 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 #DADC96 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 150 -
CMYK 0.01 0 0.32 0.14
HSL 61.71º 0.5% 0.73% -
HSV(B) 61.71º 0.32% 0.86% -
XYZ 60.01 68.29 38.87 -
YUV 211.42 93.34 132.69 -
System Red Green Blue C M Y K H S L
Decimal 218 220 150 0.01 0 0.32 0.14 61.71 0.5 0.73
Hex DA DC 96 1 0 20 E 3E 32 49
Octal 332 334 226 1 0 40 16 76 62 111
Binary 11011010 11011100 10010110 1 0 100000 1110 111110 110010 1001001

Color Harmonies of #DADC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC96

Black with #DADC96

Text Example


Text Example

White with #DADC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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