Html Css Color HEX #DAE78B Primrose

📋 copy color: '#DAE78B'

red 218 ◦ green 231 ◦ blue 139

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

Shades of Primrose #DAE78B

Tints of Primrose #DAE78B

RGB

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

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

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

R = 37.07%
G = 39.29%
B = 23.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#DAE78B (or 0xDAE78B) is known color: Primrose. HEX triplet: DA, E7 and 8B. RGB value is (218,231,139). Sum of RGB (Red+Green+Blue) = 218+231+139=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE78B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE78B is #251874. Grayscale: #D8D8D8. Windows color (decimal): -2431093 or 9168858. OLE color: 9168858.

HSL color Cylindrical-coordinate representation of color #DAE78B: hue angle of 68.48º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE78B is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 139 -
CMYK 0.06 0 0.40 0.09
HSL 68.48º 0.66% 0.73% -
HSV(B) 68.48º 0.4% 0.91% -
XYZ 62.15 73.92 35.42 -
YUV 216.63 84.19 128.98 -
System Red Green Blue C M Y K H S L
Decimal 218 231 139 0.06 0 0.40 0.09 68.48 0.66 0.73
Hex DA E7 8B 6 0 28 9 44 42 49
Octal 332 347 213 6 0 50 11 104 102 111
Binary 11011010 11100111 10001011 110 0 101000 1001 1000100 1000010 1001001

Color Harmonies of #DAE78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE78B

Black with #DAE78B

Text Example


Text Example

White with #DAE78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE78B; }

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

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

background-color css

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

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

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

border-color css

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

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

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