Html Css Color HEX #DAE88A Primrose

📋 copy color: '#DAE88A'

red 218 ◦ green 232 ◦ blue 138

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

Shades of Primrose #DAE88A

Tints of Primrose #DAE88A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.46%

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

R = 37.07%
G = 39.46%
B = 23.47%

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

#DAE88A (or 0xDAE88A) is known color: Primrose. HEX triplet: DA, E8 and 8A. RGB value is (218,232,138). Sum of RGB (Red+Green+Blue) = 218+232+138=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE88A is #251775. Grayscale: #D9D9D9. Windows color (decimal): -2430838 or 9103578. OLE color: 9103578.

HSL color Cylindrical-coordinate representation of color #DAE88A: hue angle of 68.94º degrees, saturation: 0.67, 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 #DAE88A is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 232 138 -
CMYK 0.06 0 0.41 0.09
HSL 68.94º 0.67% 0.73% -
HSV(B) 68.94º 0.41% 0.91% -
XYZ 62.36 74.45 35.13 -
YUV 217.1 83.36 128.64 -
System Red Green Blue C M Y K H S L
Decimal 218 232 138 0.06 0 0.41 0.09 68.94 0.67 0.73
Hex DA E8 8A 6 0 29 9 45 43 49
Octal 332 350 212 6 0 51 11 105 103 111
Binary 11011010 11101000 10001010 110 0 101001 1001 1000101 1000011 1001001

Color Harmonies of #DAE88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE88A

Black with #DAE88A

Text Example


Text Example

White with #DAE88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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