Html Css Color HEX #DAE790 Primrose

📋 copy color: '#DAE790'

red 218 ◦ green 231 ◦ blue 144

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

Shades of Primrose #DAE790

Tints of Primrose #DAE790

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.95%

 BLUE value IS 144 (56.64% from 255) = 24.28%

R = 36.76%
G = 38.95%
B = 24.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#DAE790 (or 0xDAE790) is known color: Primrose. HEX triplet: DA, E7 and 90. RGB value is (218,231,144). Sum of RGB (Red+Green+Blue) = 218+231+144=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE790 is #25186F. Grayscale: #D9D9D9. Windows color (decimal): -2431088 or 9496538. OLE color: 9496538.

HSL color Cylindrical-coordinate representation of color #DAE790: hue angle of 68.97º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAE790 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 144 -
CMYK 0.06 0 0.38 0.09
HSL 68.97º 0.64% 0.74% -
HSV(B) 68.97º 0.38% 0.91% -
XYZ 62.52 74.07 37.39 -
YUV 217.2 86.69 128.57 -
System Red Green Blue C M Y K H S L
Decimal 218 231 144 0.06 0 0.38 0.09 68.97 0.64 0.74
Hex DA E7 90 6 0 26 9 45 40 4A
Octal 332 347 220 6 0 46 11 105 100 112
Binary 11011010 11100111 10010000 110 0 100110 1001 1000101 1000000 1001010

Color Harmonies of #DAE790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE790

Black with #DAE790

Text Example


Text Example

White with #DAE790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE790; }

 p { color: rgb(218,231,144); }

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

background-color css

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

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

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

border-color css

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

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

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