Html Css Color HEX #DAE696 Primrose

📋 copy color: '#DAE696'

red 218 ◦ green 230 ◦ blue 150

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

Shades of Primrose #DAE696

Tints of Primrose #DAE696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.46%

 BLUE value IS 150 (58.98% from 255) = 25.08%

R = 36.45%
G = 38.46%
B = 25.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#DAE696 (or 0xDAE696) is known color: Primrose. HEX triplet: DA, E6 and 96. RGB value is (218,230,150). Sum of RGB (Red+Green+Blue) = 218+230+150=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE696 is #251969. Grayscale: #D9D9D9. Windows color (decimal): -2431338 or 9889498. OLE color: 9889498.

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

Color convert

RGB 218 230 150 -
CMYK 0.05 0 0.35 0.10
HSL 69º 0.62% 0.75% -
HSV(B) 69º 0.35% 0.9% -
XYZ 62.72 73.7 39.77 -
YUV 217.29 90.02 128.5 -
System Red Green Blue C M Y K H S L
Decimal 218 230 150 0.05 0 0.35 0.10 69 0.62 0.75
Hex DA E6 96 5 0 23 A 45 3E 4B
Octal 332 346 226 5 0 43 12 105 76 113
Binary 11011010 11100110 10010110 101 0 100011 1010 1000101 111110 1001011

Color Harmonies of #DAE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE696

Black with #DAE696

Text Example


Text Example

White with #DAE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE696; }

 p { color: rgb(218,230,150); }

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

background-color css

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

 a { background-color: rgb(218,230,150); }

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

border-color css

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

 span { border-color: rgb(218,230,150); }

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