Html Css Color HEX #DAE695 Primrose

📋 copy color: '#DAE695'

red 218 ◦ green 230 ◦ blue 149

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

Shades of Primrose #DAE695

Tints of Primrose #DAE695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.96%

R = 36.52%
G = 38.53%
B = 24.96%

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

#DAE695 (or 0xDAE695) is known color: Primrose. HEX triplet: DA, E6 and 95. RGB value is (218,230,149). Sum of RGB (Red+Green+Blue) = 218+230+149=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE695 is #25196A. Grayscale: #D9D9D9. Windows color (decimal): -2431339 or 9823962. OLE color: 9823962.

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

Color convert

RGB 218 230 149 -
CMYK 0.05 0 0.35 0.10
HSL 68.89º 0.62% 0.74% -
HSV(B) 68.89º 0.35% 0.9% -
XYZ 62.64 73.67 39.35 -
YUV 217.18 89.52 128.59 -
System Red Green Blue C M Y K H S L
Decimal 218 230 149 0.05 0 0.35 0.10 68.89 0.62 0.74
Hex DA E6 95 5 0 23 A 45 3E 4A
Octal 332 346 225 5 0 43 12 105 76 112
Binary 11011010 11100110 10010101 101 0 100011 1010 1000101 111110 1001010

Color Harmonies of #DAE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE695

Black with #DAE695

Text Example


Text Example

White with #DAE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE695; }

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

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

background-color css

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

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

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

border-color css

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

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

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