Html Css Color HEX #DCE691 Primrose

📋 copy color: '#DCE691'

red 220 ◦ green 230 ◦ blue 145

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

Shades of Primrose #DCE691

Tints of Primrose #DCE691

RGB

 RED value IS 220 (86.33% from 255) = 36.97%

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

 BLUE value IS 145 (57.03% from 255) = 24.37%

R = 36.97%
G = 38.66%
B = 24.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#DCE691 (or 0xDCE691) is known color: Primrose. HEX triplet: DC, E6 and 91. RGB value is (220,230,145). Sum of RGB (Red+Green+Blue) = 220+230+145=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE691 is #23196E. Grayscale: #D9D9D9. Windows color (decimal): -2300271 or 9561820. OLE color: 9561820.

HSL color Cylindrical-coordinate representation of color #DCE691: hue angle of 67.06º 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 #DCE691 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 230 145 -
CMYK 0.04 0 0.37 0.10
HSL 67.06º 0.63% 0.74% -
HSV(B) 67.06º 0.37% 0.9% -
XYZ 62.92 73.85 37.73 -
YUV 217.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 220 230 145 0.04 0 0.37 0.10 67.06 0.63 0.74
Hex DC E6 91 4 0 25 A 43 3F 4A
Octal 334 346 221 4 0 45 12 103 77 112
Binary 11011100 11100110 10010001 100 0 100101 1010 1000011 111111 1001010

Color Harmonies of #DCE691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE691

Black with #DCE691

Text Example


Text Example

White with #DCE691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE691; }

 p { color: rgb(220,230,145); }

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

background-color css

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

 a { background-color: rgb(220,230,145); }

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

border-color css

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

 span { border-color: rgb(220,230,145); }

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