Html Css Color HEX #DAE68A Primrose

📋 copy color: '#DAE68A'

red 218 ◦ green 230 ◦ blue 138

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

Shades of Primrose #DAE68A

Tints of Primrose #DAE68A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.25%

 BLUE value IS 138 (54.3% from 255) = 23.55%

R = 37.2%
G = 39.25%
B = 23.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#DAE68A (or 0xDAE68A) is known color: Primrose. HEX triplet: DA, E6 and 8A. RGB value is (218,230,138). Sum of RGB (Red+Green+Blue) = 218+230+138=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE68A is #251975. Grayscale: #D8D8D8. Windows color (decimal): -2431350 or 9103066. OLE color: 9103066.

HSL color Cylindrical-coordinate representation of color #DAE68A: hue angle of 67.83º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE68A is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 138 -
CMYK 0.05 0 0.4 0.10
HSL 67.83º 0.65% 0.72% -
HSV(B) 67.83º 0.4% 0.9% -
XYZ 61.8 73.33 34.94 -
YUV 215.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 218 230 138 0.05 0 0.4 0.10 67.83 0.65 0.72
Hex DA E6 8A 5 0 28 A 44 41 48
Octal 332 346 212 5 0 50 12 104 101 110
Binary 11011010 11100110 10001010 101 0 101000 1010 1000100 1000001 1001000

Color Harmonies of #DAE68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE68A

Black with #DAE68A

Text Example


Text Example

White with #DAE68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE68A; }

 p { color: rgb(218,230,138); }

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

background-color css

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

 a { background-color: rgb(218,230,138); }

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

border-color css

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

 span { border-color: rgb(218,230,138); }

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