Html Css Color HEX #DAE592 Primrose

📋 copy color: '#DAE592'

red 218 ◦ green 229 ◦ blue 146

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

Shades of Primrose #DAE592

Tints of Primrose #DAE592

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.62%

 BLUE value IS 146 (57.42% from 255) = 24.62%

R = 36.76%
G = 38.62%
B = 24.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#DAE592 (or 0xDAE592) is known color: Primrose. HEX triplet: DA, E5 and 92. RGB value is (218,229,146). Sum of RGB (Red+Green+Blue) = 218+229+146=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE592 is #251A6D. Grayscale: #D8D8D8. Windows color (decimal): -2431598 or 9627098. OLE color: 9627098.

HSL color Cylindrical-coordinate representation of color #DAE592: hue angle of 67.95º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAE592 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 146 -
CMYK 0.05 0 0.36 0.10
HSL 67.95º 0.61% 0.74% -
HSV(B) 67.95º 0.36% 0.9% -
XYZ 62.12 73.02 38.01 -
YUV 216.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 218 229 146 0.05 0 0.36 0.10 67.95 0.61 0.74
Hex DA E5 92 5 0 24 A 44 3D 4A
Octal 332 345 222 5 0 44 12 104 75 112
Binary 11011010 11100101 10010010 101 0 100100 1010 1000100 111101 1001010

Color Harmonies of #DAE592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE592

Black with #DAE592

Text Example


Text Example

White with #DAE592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE592; }

 p { color: rgb(218,229,146); }

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

background-color css

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

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

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

border-color css

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

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

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