Html Css Color HEX #DAE28B Primrose

📋 copy color: '#DAE28B'

red 218 ◦ green 226 ◦ blue 139

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

Shades of Primrose #DAE28B

Tints of Primrose #DAE28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.84%

R = 37.39%
G = 38.77%
B = 23.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#DAE28B (or 0xDAE28B) is known color: Primrose. HEX triplet: DA, E2 and 8B. RGB value is (218,226,139). Sum of RGB (Red+Green+Blue) = 218+226+139=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE28B is #251D74. Grayscale: #D6D6D6. Windows color (decimal): -2432373 or 9167578. OLE color: 9167578.

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

Color convert

RGB 218 226 139 -
CMYK 0.04 0 0.38 0.11
HSL 65.52º 0.6% 0.72% -
HSV(B) 65.52º 0.38% 0.89% -
XYZ 60.77 71.16 34.96 -
YUV 213.69 85.85 131.07 -
System Red Green Blue C M Y K H S L
Decimal 218 226 139 0.04 0 0.38 0.11 65.52 0.6 0.72
Hex DA E2 8B 4 0 26 B 42 3C 48
Octal 332 342 213 4 0 46 13 102 74 110
Binary 11011010 11100010 10001011 100 0 100110 1011 1000010 111100 1001000

Color Harmonies of #DAE28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE28B

Black with #DAE28B

Text Example


Text Example

White with #DAE28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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