Html Css Color HEX #DAE792 Primrose

📋 copy color: '#DAE792'

red 218 ◦ green 231 ◦ blue 146

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

Shades of Primrose #DAE792

Tints of Primrose #DAE792

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.82%

 BLUE value IS 146 (57.42% from 255) = 24.54%

R = 36.64%
G = 38.82%
B = 24.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#DAE792 (or 0xDAE792) is known color: Primrose. HEX triplet: DA, E7 and 92. RGB value is (218,231,146). Sum of RGB (Red+Green+Blue) = 218+231+146=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE792 is #25186D. Grayscale: #D9D9D9. Windows color (decimal): -2431086 or 9627610. OLE color: 9627610.

HSL color Cylindrical-coordinate representation of color #DAE792: hue angle of 69.18º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAE792 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 146 -
CMYK 0.06 0 0.37 0.09
HSL 69.18º 0.64% 0.74% -
HSV(B) 69.18º 0.37% 0.91% -
XYZ 62.68 74.13 38.2 -
YUV 217.42 87.69 128.41 -
System Red Green Blue C M Y K H S L
Decimal 218 231 146 0.06 0 0.37 0.09 69.18 0.64 0.74
Hex DA E7 92 6 0 25 9 45 40 4A
Octal 332 347 222 6 0 45 11 105 100 112
Binary 11011010 11100111 10010010 110 0 100101 1001 1000101 1000000 1001010

Color Harmonies of #DAE792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE792

Black with #DAE792

Text Example


Text Example

White with #DAE792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE792; }

 p { color: rgb(218,231,146); }

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

background-color css

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

 a { background-color: rgb(218,231,146); }

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

border-color css

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

 span { border-color: rgb(218,231,146); }

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