Html Css Color HEX #DAE29B Primrose

📋 copy color: '#DAE29B'

red 218 ◦ green 226 ◦ blue 155

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

Shades of Primrose #DAE29B

Tints of Primrose #DAE29B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.73%

 BLUE value IS 155 (60.94% from 255) = 25.88%

R = 36.39%
G = 37.73%
B = 25.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#DAE29B (or 0xDAE29B) is known color: Primrose. HEX triplet: DA, E2 and 9B. RGB value is (218,226,155). Sum of RGB (Red+Green+Blue) = 218+226+155=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE29B is #251D64. Grayscale: #D7D7D7. Windows color (decimal): -2432357 or 10216154. OLE color: 10216154.

HSL color Cylindrical-coordinate representation of color #DAE29B: hue angle of 66.76º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAE29B is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 226 155 -
CMYK 0.04 0 0.31 0.11
HSL 66.76º 0.55% 0.75% -
HSV(B) 66.76º 0.31% 0.89% -
XYZ 62.03 71.66 41.57 -
YUV 215.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 218 226 155 0.04 0 0.31 0.11 66.76 0.55 0.75
Hex DA E2 9B 4 0 1F B 43 37 4B
Octal 332 342 233 4 0 37 13 103 67 113
Binary 11011010 11100010 10011011 100 0 11111 1011 1000011 110111 1001011

Color Harmonies of #DAE29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE29B

Black with #DAE29B

Text Example


Text Example

White with #DAE29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE29B; }

 p { color: rgb(218,226,155); }

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

background-color css

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

 a { background-color: rgb(218,226,155); }

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

border-color css

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

 span { border-color: rgb(218,226,155); }

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