Html Css Color HEX #DAE09C Primrose

📋 copy color: '#DAE09C'

red 218 ◦ green 224 ◦ blue 156

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

Shades of Primrose #DAE09C

Tints of Primrose #DAE09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.09%

R = 36.45%
G = 37.46%
B = 26.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#DAE09C (or 0xDAE09C) is known color: Primrose. HEX triplet: DA, E0 and 9C. RGB value is (218,224,156). Sum of RGB (Red+Green+Blue) = 218+224+156=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE09C is #251F63. Grayscale: #D6D6D6. Windows color (decimal): -2432868 or 10281178. OLE color: 10281178.

HSL color Cylindrical-coordinate representation of color #DAE09C: hue angle of 65.29º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAE09C is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 156 -
CMYK 0.03 0 0.30 0.12
HSL 65.29º 0.52% 0.75% -
HSV(B) 65.29º 0.3% 0.88% -
XYZ 61.57 70.62 41.84 -
YUV 214.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 218 224 156 0.03 0 0.30 0.12 65.29 0.52 0.75
Hex DA E0 9C 3 0 1E C 41 34 4B
Octal 332 340 234 3 0 36 14 101 64 113
Binary 11011010 11100000 10011100 11 0 11110 1100 1000001 110100 1001011

Color Harmonies of #DAE09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE09C

Black with #DAE09C

Text Example


Text Example

White with #DAE09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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