Html Css Color HEX #DAE694 Primrose

📋 copy color: '#DAE694'

red 218 ◦ green 230 ◦ blue 148

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

Shades of Primrose #DAE694

Tints of Primrose #DAE694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.83%

R = 36.58%
G = 38.59%
B = 24.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#DAE694 (or 0xDAE694) is known color: Primrose. HEX triplet: DA, E6 and 94. RGB value is (218,230,148). Sum of RGB (Red+Green+Blue) = 218+230+148=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE694 is #25196B. Grayscale: #D9D9D9. Windows color (decimal): -2431340 or 9758426. OLE color: 9758426.

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

Color convert

RGB 218 230 148 -
CMYK 0.05 0 0.36 0.10
HSL 68.78º 0.62% 0.74% -
HSV(B) 68.78º 0.36% 0.9% -
XYZ 62.56 73.64 38.93 -
YUV 217.06 89.02 128.67 -
System Red Green Blue C M Y K H S L
Decimal 218 230 148 0.05 0 0.36 0.10 68.78 0.62 0.74
Hex DA E6 94 5 0 24 A 45 3E 4A
Octal 332 346 224 5 0 44 12 105 76 112
Binary 11011010 11100110 10010100 101 0 100100 1010 1000101 111110 1001010

Color Harmonies of #DAE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE694

Black with #DAE694

Text Example


Text Example

White with #DAE694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE694; }

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

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

background-color css

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

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

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

border-color css

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

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

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