Html Css Color HEX #DAE08C Primrose

📋 copy color: '#DAE08C'

red 218 ◦ green 224 ◦ blue 140

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

Shades of Primrose #DAE08C

Tints of Primrose #DAE08C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.49%

 BLUE value IS 140 (55.08% from 255) = 24.05%

R = 37.46%
G = 38.49%
B = 24.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#DAE08C (or 0xDAE08C) is known color: Primrose. HEX triplet: DA, E0 and 8C. RGB value is (218,224,140). Sum of RGB (Red+Green+Blue) = 218+224+140=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE08C is #251F73. Grayscale: #D4D4D4. Windows color (decimal): -2432884 or 9232602. OLE color: 9232602.

HSL color Cylindrical-coordinate representation of color #DAE08C: hue angle of 64.29º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAE08C is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 140 -
CMYK 0.03 0 0.38 0.12
HSL 64.29º 0.58% 0.71% -
HSV(B) 64.29º 0.38% 0.88% -
XYZ 60.3 70.11 35.17 -
YUV 212.63 87.01 131.83 -
System Red Green Blue C M Y K H S L
Decimal 218 224 140 0.03 0 0.38 0.12 64.29 0.58 0.71
Hex DA E0 8C 3 0 26 C 40 3A 47
Octal 332 340 214 3 0 46 14 100 72 107
Binary 11011010 11100000 10001100 11 0 100110 1100 1000000 111010 1000111

Color Harmonies of #DAE08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE08C

Black with #DAE08C

Text Example


Text Example

White with #DAE08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE08C; }

 p { color: rgb(218,224,140); }

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

background-color css

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

 a { background-color: rgb(218,224,140); }

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

border-color css

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

 span { border-color: rgb(218,224,140); }

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