Html Css Color HEX #DAE98A Primrose

📋 copy color: '#DAE98A'

red 218 ◦ green 233 ◦ blue 138

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

Shades of Primrose #DAE98A

Tints of Primrose #DAE98A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.56%

 BLUE value IS 138 (54.3% from 255) = 23.43%

R = 37.01%
G = 39.56%
B = 23.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#DAE98A (or 0xDAE98A) is known color: Primrose. HEX triplet: DA, E9 and 8A. RGB value is (218,233,138). Sum of RGB (Red+Green+Blue) = 218+233+138=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE98A is #251675. Grayscale: #DADADA. Windows color (decimal): -2430582 or 9103834. OLE color: 9103834.

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

Color convert

RGB 218 233 138 -
CMYK 0.06 0 0.41 0.09
HSL 69.47º 0.68% 0.73% -
HSV(B) 69.47º 0.41% 0.91% -
XYZ 62.64 75.02 35.22 -
YUV 217.69 83.03 128.22 -
System Red Green Blue C M Y K H S L
Decimal 218 233 138 0.06 0 0.41 0.09 69.47 0.68 0.73
Hex DA E9 8A 6 0 29 9 45 44 49
Octal 332 351 212 6 0 51 11 105 104 111
Binary 11011010 11101001 10001010 110 0 101001 1001 1000101 1000100 1001001

Color Harmonies of #DAE98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE98A

Black with #DAE98A

Text Example


Text Example

White with #DAE98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE98A; }

 p { color: rgb(218,233,138); }

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

background-color css

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

 a { background-color: rgb(218,233,138); }

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

border-color css

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

 span { border-color: rgb(218,233,138); }

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