Html Css Color HEX #DCE297 Primrose

📋 copy color: '#DCE297'

red 220 ◦ green 226 ◦ blue 151

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

Shades of Primrose #DCE297

Tints of Primrose #DCE297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.29%

R = 36.85%
G = 37.86%
B = 25.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#DCE297 (or 0xDCE297) is known color: Primrose. HEX triplet: DC, E2 and 97. RGB value is (220,226,151). Sum of RGB (Red+Green+Blue) = 220+226+151=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE297 is #231D68. Grayscale: #D7D7D7. Windows color (decimal): -2301289 or 9954012. OLE color: 9954012.

HSL color Cylindrical-coordinate representation of color #DCE297: hue angle of 64.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE297 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 226 151 -
CMYK 0.03 0 0.33 0.11
HSL 64.8º 0.56% 0.74% -
HSV(B) 64.8º 0.33% 0.89% -
XYZ 62.3 71.84 39.86 -
YUV 215.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 220 226 151 0.03 0 0.33 0.11 64.8 0.56 0.74
Hex DC E2 97 3 0 21 B 41 38 4A
Octal 334 342 227 3 0 41 13 101 70 112
Binary 11011100 11100010 10010111 11 0 100001 1011 1000001 111000 1001010

Color Harmonies of #DCE297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE297

Black with #DCE297

Text Example


Text Example

White with #DCE297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE297; }

 p { color: rgb(220,226,151); }

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

background-color css

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

 a { background-color: rgb(220,226,151); }

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

border-color css

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

 span { border-color: rgb(220,226,151); }

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