Html Css Color HEX #DAE692 Primrose

📋 copy color: '#DAE692'

red 218 ◦ green 230 ◦ blue 146

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

Shades of Primrose #DAE692

Tints of Primrose #DAE692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.58%

R = 36.7%
G = 38.72%
B = 24.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#DAE692 (or 0xDAE692) is known color: Primrose. HEX triplet: DA, E6 and 92. RGB value is (218,230,146). Sum of RGB (Red+Green+Blue) = 218+230+146=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE692 is #25196D. Grayscale: #D9D9D9. Windows color (decimal): -2431342 or 9627354. OLE color: 9627354.

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

Color convert

RGB 218 230 146 -
CMYK 0.05 0 0.37 0.10
HSL 68.57º 0.63% 0.74% -
HSV(B) 68.57º 0.37% 0.9% -
XYZ 62.4 73.57 38.11 -
YUV 216.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 218 230 146 0.05 0 0.37 0.10 68.57 0.63 0.74
Hex DA E6 92 5 0 25 A 45 3F 4A
Octal 332 346 222 5 0 45 12 105 77 112
Binary 11011010 11100110 10010010 101 0 100101 1010 1000101 111111 1001010

Color Harmonies of #DAE692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE692

Black with #DAE692

Text Example


Text Example

White with #DAE692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE692; }

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

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

background-color css

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

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

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

border-color css

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

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

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