Html Css Color HEX #DADA88 Primrose

📋 copy color: '#DADA88'

red 218 ◦ green 218 ◦ blue 136

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

Shades of Primrose #DADA88

Tints of Primrose #DADA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.78%

R = 38.11%
G = 38.11%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DADA88 (or 0xDADA88) is known color: Primrose. HEX triplet: DA, DA and 88. RGB value is (218,218,136). Sum of RGB (Red+Green+Blue) = 218+218+136=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA88 is #252577. Grayscale: #D0D0D0. Windows color (decimal): -2434424 or 8968922. OLE color: 8968922.

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

Color convert

RGB 218 218 136 -
CMYK 0 0 0.38 0.15
HSL 60º 0.53% 0.69% -
HSV(B) 60º 0.38% 0.85% -
XYZ 58.43 66.83 33.11 -
YUV 208.65 87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 218 218 136 0 0 0.38 0.15 60 0.53 0.69
Hex DA DA 88 0 0 26 F 3C 35 45
Octal 332 332 210 0 0 46 17 74 65 105
Binary 11011010 11011010 10001000 0 0 100110 1111 111100 110101 1000101

Color Harmonies of #DADA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA88

Black with #DADA88

Text Example


Text Example

White with #DADA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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