Html Css Color HEX #DADA98 Primrose

📋 copy color: '#DADA98'

red 218 ◦ green 218 ◦ blue 152

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

Shades of Primrose #DADA98

Tints of Primrose #DADA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.85%

R = 37.07%
G = 37.07%
B = 25.85%

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

#DADA98 (or 0xDADA98) is known color: Primrose. HEX triplet: DA, DA and 98. RGB value is (218,218,152). Sum of RGB (Red+Green+Blue) = 218+218+152=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 152 (59.77% from 255 or 25.85% from 588); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA98 is #252567. Grayscale: #D2D2D2. Windows color (decimal): -2434408 or 10017498. OLE color: 10017498.

HSL color Cylindrical-coordinate representation of color #DADA98: 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 #DADA98 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 152 -
CMYK 0 0 0.30 0.15
HSL 60º 0.47% 0.73% -
HSV(B) 60º 0.3% 0.85% -
XYZ 59.65 67.32 39.55 -
YUV 210.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 218 218 152 0 0 0.30 0.15 60 0.47 0.73
Hex DA DA 98 0 0 1E F 3C 2F 49
Octal 332 332 230 0 0 36 17 74 57 111
Binary 11011010 11011010 10011000 0 0 11110 1111 111100 101111 1001001

Color Harmonies of #DADA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA98

Black with #DADA98

Text Example


Text Example

White with #DADA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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