Html Css Color HEX #DADA96 Primrose

📋 copy color: '#DADA96'

red 218 ◦ green 218 ◦ blue 150

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

Shades of Primrose #DADA96

Tints of Primrose #DADA96

RGB

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

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

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

R = 37.2%
G = 37.2%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DADA96 (or 0xDADA96) is known color: Primrose. HEX triplet: DA, DA and 96. RGB value is (218,218,150). Sum of RGB (Red+Green+Blue) = 218+218+150=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA96 is #252569. Grayscale: #D2D2D2. Windows color (decimal): -2434410 or 9886426. OLE color: 9886426.

HSL color Cylindrical-coordinate representation of color #DADA96: hue angle of 60º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DADA96 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 150 -
CMYK 0 0 0.31 0.15
HSL 60º 0.48% 0.72% -
HSV(B) 60º 0.31% 0.85% -
XYZ 59.49 67.25 38.7 -
YUV 210.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 218 218 150 0 0 0.31 0.15 60 0.48 0.72
Hex DA DA 96 0 0 1F F 3C 30 48
Octal 332 332 226 0 0 37 17 74 60 110
Binary 11011010 11011010 10010110 0 0 11111 1111 111100 110000 1001000

Color Harmonies of #DADA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA96

Black with #DADA96

Text Example


Text Example

White with #DADA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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