Html Css Color HEX #DADA87 Primrose

📋 copy color: '#DADA87'

red 218 ◦ green 218 ◦ blue 135

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

Shades of Primrose #DADA87

Tints of Primrose #DADA87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.64%

R = 38.18%
G = 38.18%
B = 23.64%

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

#DADA87 (or 0xDADA87) is known color: Primrose. HEX triplet: DA, DA and 87. RGB value is (218,218,135). Sum of RGB (Red+Green+Blue) = 218+218+135=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 135 (53.12% from 255 or 23.64% from 571); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA87 is #252578. Grayscale: #D0D0D0. Windows color (decimal): -2434425 or 8903386. OLE color: 8903386.

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

Color convert

RGB 218 218 135 -
CMYK 0 0 0.38 0.15
HSL 60º 0.53% 0.69% -
HSV(B) 60º 0.38% 0.85% -
XYZ 58.36 66.8 32.74 -
YUV 208.54 86.5 134.75 -
System Red Green Blue C M Y K H S L
Decimal 218 218 135 0 0 0.38 0.15 60 0.53 0.69
Hex DA DA 87 0 0 26 F 3C 35 45
Octal 332 332 207 0 0 46 17 74 65 105
Binary 11011010 11011010 10000111 0 0 100110 1111 111100 110101 1000101

Color Harmonies of #DADA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA87

Black with #DADA87

Text Example


Text Example

White with #DADA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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