Html Css Color HEX #DAE98B Primrose

📋 copy color: '#DAE98B'

red 218 ◦ green 233 ◦ blue 139

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

Shades of Primrose #DAE98B

Tints of Primrose #DAE98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.56%

R = 36.95%
G = 39.49%
B = 23.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#DAE98B (or 0xDAE98B) is known color: Primrose. HEX triplet: DA, E9 and 8B. RGB value is (218,233,139). Sum of RGB (Red+Green+Blue) = 218+233+139=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE98B is #251674. Grayscale: #DADADA. Windows color (decimal): -2430581 or 9169370. OLE color: 9169370.

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

Color convert

RGB 218 233 139 -
CMYK 0.06 0 0.40 0.09
HSL 69.57º 0.68% 0.73% -
HSV(B) 69.57º 0.4% 0.91% -
XYZ 62.71 75.05 35.61 -
YUV 217.8 83.53 128.14 -
System Red Green Blue C M Y K H S L
Decimal 218 233 139 0.06 0 0.40 0.09 69.57 0.68 0.73
Hex DA E9 8B 6 0 28 9 46 44 49
Octal 332 351 213 6 0 50 11 106 104 111
Binary 11011010 11101001 10001011 110 0 101000 1001 1000110 1000100 1001001

Color Harmonies of #DAE98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE98B

Black with #DAE98B

Text Example


Text Example

White with #DAE98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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