Html Css Color HEX #DADE93 Primrose

📋 copy color: '#DADE93'

red 218 ◦ green 222 ◦ blue 147

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

Shades of Primrose #DADE93

Tints of Primrose #DADE93

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.82%

 BLUE value IS 147 (57.81% from 255) = 25.04%

R = 37.14%
G = 37.82%
B = 25.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DADE93 (or 0xDADE93) is known color: Primrose. HEX triplet: DA, DE and 93. RGB value is (218,222,147). Sum of RGB (Red+Green+Blue) = 218+222+147=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE93 is #25216C. Grayscale: #D4D4D4. Windows color (decimal): -2433389 or 9690842. OLE color: 9690842.

HSL color Cylindrical-coordinate representation of color #DADE93: hue angle of 63.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DADE93 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 147 -
CMYK 0.02 0 0.34 0.13
HSL 63.2º 0.53% 0.72% -
HSV(B) 63.2º 0.34% 0.87% -
XYZ 60.3 69.25 37.79 -
YUV 212.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 218 222 147 0.02 0 0.34 0.13 63.2 0.53 0.72
Hex DA DE 93 2 0 22 D 3F 35 48
Octal 332 336 223 2 0 42 15 77 65 110
Binary 11011010 11011110 10010011 10 0 100010 1101 111111 110101 1001000

Color Harmonies of #DADE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE93

Black with #DADE93

Text Example


Text Example

White with #DADE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE93; }

 p { color: rgb(218,222,147); }

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

background-color css

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

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

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

border-color css

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

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

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