Html Css Color HEX #DADA99 Primrose

📋 copy color: '#DADA99'

red 218 ◦ green 218 ◦ blue 153

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

Shades of Primrose #DADA99

Tints of Primrose #DADA99

RGB

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

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

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

R = 37.01%
G = 37.01%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DADA99 (or 0xDADA99) is known color: Primrose. HEX triplet: DA, DA and 99. RGB value is (218,218,153). Sum of RGB (Red+Green+Blue) = 218+218+153=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA99 is #252566. Grayscale: #D2D2D2. Windows color (decimal): -2434407 or 10083034. OLE color: 10083034.

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

Color convert

RGB 218 218 153 -
CMYK 0 0 0.30 0.15
HSL 60º 0.47% 0.73% -
HSV(B) 60º 0.3% 0.85% -
XYZ 59.73 67.35 39.99 -
YUV 210.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 218 218 153 0 0 0.30 0.15 60 0.47 0.73
Hex DA DA 99 0 0 1E F 3C 2F 49
Octal 332 332 231 0 0 36 17 74 57 111
Binary 11011010 11011010 10011001 0 0 11110 1111 111100 101111 1001001

Color Harmonies of #DADA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA99

Black with #DADA99

Text Example


Text Example

White with #DADA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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