Html Css Color HEX #DAE588 Primrose

📋 copy color: '#DAE588'

red 218 ◦ green 229 ◦ blue 136

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

Shades of Primrose #DAE588

Tints of Primrose #DAE588

RGB

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

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

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

R = 37.39%
G = 39.28%
B = 23.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#DAE588 (or 0xDAE588) is known color: Primrose. HEX triplet: DA, E5 and 88. RGB value is (218,229,136). Sum of RGB (Red+Green+Blue) = 218+229+136=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE588 is #251A77. Grayscale: #D7D7D7. Windows color (decimal): -2431608 or 8971738. OLE color: 8971738.

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

Color convert

RGB 218 229 136 -
CMYK 0.05 0 0.41 0.10
HSL 67.1º 0.64% 0.72% -
HSV(B) 67.1º 0.41% 0.9% -
XYZ 61.38 72.72 34.09 -
YUV 215.11 83.36 130.06 -
System Red Green Blue C M Y K H S L
Decimal 218 229 136 0.05 0 0.41 0.10 67.1 0.64 0.72
Hex DA E5 88 5 0 29 A 43 40 48
Octal 332 345 210 5 0 51 12 103 100 110
Binary 11011010 11100101 10001000 101 0 101001 1010 1000011 1000000 1001000

Color Harmonies of #DAE588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE588

Black with #DAE588

Text Example


Text Example

White with #DAE588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE588; }

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

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

background-color css

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

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

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

border-color css

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

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

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