Html Css Color HEX #DAE384 Primrose

📋 copy color: '#DAE384'

red 218 ◦ green 227 ◦ blue 132

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

Shades of Primrose #DAE384

Tints of Primrose #DAE384

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.34%

 BLUE value IS 132 (51.95% from 255) = 22.88%

R = 37.78%
G = 39.34%
B = 22.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#DAE384 (or 0xDAE384) is known color: Primrose. HEX triplet: DA, E3 and 84. RGB value is (218,227,132). Sum of RGB (Red+Green+Blue) = 218+227+132=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE384 is #251C7B. Grayscale: #D5D5D5. Windows color (decimal): -2432124 or 8709082. OLE color: 8709082.

HSL color Cylindrical-coordinate representation of color #DAE384: hue angle of 65.68º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAE384 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 227 132 -
CMYK 0.04 0 0.42 0.11
HSL 65.68º 0.63% 0.7% -
HSV(B) 65.68º 0.42% 0.89% -
XYZ 60.55 71.51 32.44 -
YUV 213.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 218 227 132 0.04 0 0.42 0.11 65.68 0.63 0.7
Hex DA E3 84 4 0 2A B 42 3F 46
Octal 332 343 204 4 0 52 13 102 77 106
Binary 11011010 11100011 10000100 100 0 101010 1011 1000010 111111 1000110

Color Harmonies of #DAE384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE384

Black with #DAE384

Text Example


Text Example

White with #DAE384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE384; }

 p { color: rgb(218,227,132); }

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

background-color css

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

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

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

border-color css

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

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

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